langchain/libs/community/langchain_community
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>
2024-05-22 22:08:47 +00:00
..
adapters community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
agent_toolkits community[patch]: Fix remaining __inits__ in community (#22037) 2024-05-22 17:42:17 +00:00
agents langchain, community: move OpenAIAssistantV2Runnable to community (#22044) 2024-05-22 21:22:50 +00:00
callbacks community[patch]: Update UpTrain Callback Handler to support the new UpTrain evaluation schema (#21656) 2024-05-20 17:06:00 -07:00
chains langchain[minor]: Add PebbloRetrievalQA chain with Identity & Semantic Enforcement support (#20641) 2024-05-15 13:14:52 +00:00
chat_loaders community[patch]: Fix remaining __inits__ in community (#22037) 2024-05-22 17:42:17 +00:00
chat_message_histories community[patch]: Fix remaining __inits__ in community (#22037) 2024-05-22 17:42:17 +00:00
chat_models community[patch]: Update tongyi.py to support MultimodalConversation in dashscope. (#21249) 2024-05-22 22:04:58 +00:00
cross_encoders multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
docstore community[patch]: Fix remaining __inits__ in community (#22037) 2024-05-22 17:42:17 +00:00
document_compressors langchain: add RankLLM Reranker (#21171) 2024-05-22 20:12:55 +00:00
document_loaders community[patch]: sharepoint loader identity enabled (#21176) 2024-05-22 22:08:31 +00:00
document_transformers community[patch]: Fix remaining __inits__ in community (#22037) 2024-05-22 17:42:17 +00:00
embeddings community[minor]: Add Clova Embeddings for LangChain Community (#21890) 2024-05-22 22:08:47 +00:00
example_selectors
graphs community[patch]: Add unit test to verify that init is correctly defined (#22030) 2024-05-22 17:19:00 +00:00
indexes community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
llms community[patch]: Fix MLX LLM Stream (#20575) 2024-05-20 17:17:08 -07:00
memory
output_parsers
query_constructors multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
retrievers community[minor]: allow enabling proxy in aiohttp session in AsyncHTML (#19499) 2024-05-22 18:25:06 +00:00
storage community[patch]: Fix remaining __inits__ in community (#22037) 2024-05-22 17:42:17 +00:00
tools community[patch]: add args_schema to WikipediaQueryRun (#22019) 2024-05-22 21:31:58 +00:00
utilities community[patch]: Add unit test to verify that init is correctly defined (#22030) 2024-05-22 17:19:00 +00:00
utils
vectorstores community[patch]: AzureSearchVectorStoreRetriever Fixed to account for search_kwargs (#21572) 2024-05-22 14:46:41 -07:00
__init__.py
cache.py community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 2024-05-16 17:22:24 +00:00
py.typed