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/langchain_community
Chip Davis 806d4ae48f
community[patch]: fixed multithreading returning List[List[Documents]] instead of List[Documents] (#20230)
Description: When multithreading is set to True and using the
DirectoryLoader, there was a bug that caused the return type to be a
double nested list. This resulted in other places upstream not being
able to utilize the from_documents method as it was no longer a
`List[Documents]` it was a `List[List[Documents]]`. The change made was
to just loop through the `future.result()` and yield every item.
Issue: #20093
Dependencies: N/A
Twitter handle: N/A
3 months ago
..
adapters docs: added `community` modules descriptions (#17827) 4 months ago
agent_toolkits community[minor]: add allow_dangerous_requests for OpenAPI toolkits (#19493) 3 months ago
callbacks community[minor]: add bedrock anthropic callback for token usage counting (#19864) 3 months ago
chat_loaders deprecating integrations moved to langchain_google_community (#19841) 3 months ago
chat_message_histories community[patch]: history size support for DynamoDBChatMessageHistory (#16794) 3 months ago
chat_models community[patch]: standardize baichuan init args (#20209) 3 months ago
cross_encoders community[patch]: `cross_encoders` flatten namespaces (#20183) 3 months ago
docstore community[patch]: speed up import times in the community package (#18928) 4 months ago
document_compressors community[minor]: Add OpenVINO rerank model support (#19791) 3 months ago
document_loaders community[patch]: fixed multithreading returning List[List[Documents]] instead of List[Documents] (#20230) 3 months ago
document_transformers deprecating integrations moved to langchain_google_community (#19841) 3 months ago
embeddings community[minor]: Add OpenVINO rerank model support (#19791) 3 months ago
example_selectors docs: added `community` modules descriptions (#17827) 4 months ago
graphs community: switch to falkordb python client (#20229) 3 months ago
indexes community: Add document manager and mongo document manager (#17320) 4 months ago
llms community[patch]: OpenLLM Async Client Fixes and Timeout Parameter (#20007) 3 months ago
output_parsers langchain[patch], community[minor]: move `output_parsers.ernie_functions` (#16057) 6 months ago
retrievers Community: Updating Azure Retriever and Docs to be Azure AI Search instead of Azure Cognitive Search (#19925) 3 months ago
storage community[patch]: flattening imports 3 (#18939) 4 months ago
tools community[minor]: add allow_dangerous_requests for OpenAPI toolkits (#19493) 3 months ago
utilities community[minor]: Add support for Pebblo cloud_api_key in PebbloSafeLoader (#19855) 3 months ago
utils community[patch], mongodb[patch]: Stop spamming SIMD import warnings (#19531) 3 months ago
vectorstores community[patch], langchain[minor]: Enhance Tencent Cloud VectorDB, langchain: make Tencent Cloud VectorDB self query retrieve compatible (#19651) 3 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
cache.py core[patch]: fix beta, deprecated typing (#18877) 3 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago