You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/tests/unit_tests
acho98 45ed5f3f51
community[minor]: Add Clova Embeddings for LangChain Community (#21890)
- [ ] **PR title**: "Add Naver ClovaX embedding to LangChain community"
- HyperClovaX is a large language model developed by
[Naver](https://clova-x.naver.com/welcome).
It's a powerful and purpose-trained LLM.

- You can visit the embedding service provided by
[ClovaX](https://www.ncloud.com/product/aiService/clovaStudio)

- You may get CLOVA_EMB_API_KEY, CLOVA_EMB_APIGW_API_KEY,
CLOVA_EMB_APP_ID From
https://www.ncloud.com/product/aiService/clovaStudio

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
4 months ago
..
agent_toolkits
agents langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 4 months ago
callbacks
chains langchain[minor]: Add PebbloRetrievalQA chain with Identity & Semantic Enforcement support (#20641) 4 months ago
chat_loaders
chat_message_histories
chat_models community[patch]: standardize init args, update for javelin sdk release. (#21980) 4 months ago
cross_encoders
data
docstore
document_compressors langchain: add RankLLM Reranker (#21171) 4 months ago
document_loaders community[minor]: Add Scrapfly Loader community integration (#22036) 4 months ago
document_transformers community: Add MarkdownifyTransformer to langchain_community.document_transformers (#21247) 5 months ago
embeddings community[minor]: Add Clova Embeddings for LangChain Community (#21890) 4 months ago
evaluation langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 4 months ago
examples
graphs
imports langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 4 months ago
indexes
llms community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
load langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 4 months ago
query_constructors
retrievers community[minor]: add AskNews retriever and AskNews tool (#21581) 4 months ago
storage
tools community[minor]: add AskNews retriever and AskNews tool (#21581) 4 months ago
utilities community[patch]: Add unit test to verify that init is correctly defined (#22030) 4 months ago
utils
vectorstores community[minor]: add aerospike vectorstore integration (#21735) 4 months ago
__init__.py
conftest.py
test_cache.py langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 4 months ago
test_dependencies.py
test_document_transformers.py
test_imports.py community[patch]: Fix remaining __inits__ in community (#22037) 4 months ago
test_sql_database.py
test_sql_database_schema.py
test_sqlalchemy.py