langchain/libs/community/langchain_community
Eugene Yurtsev 520ff50adc
community[patch]: Improve import callbacks to make it IDE friendly (#20050)
* declares __all__ as a list of strings (instead of dynamically
computing it)
* import type definitions when TYPE_CHECKING is true
2024-04-05 15:17:51 -04:00
..
adapters
agent_toolkits community[patch]: avoid executing toolkit.get_context() when not necessary (#19762) 2024-03-29 16:42:21 +00:00
callbacks community[patch]: Improve import callbacks to make it IDE friendly (#20050) 2024-04-05 15:17:51 -04:00
chat_loaders deprecating integrations moved to langchain_google_community (#19841) 2024-04-02 17:06:07 -04:00
chat_message_histories community[patch]: history size support for DynamoDBChatMessageHistory (#16794) 2024-03-29 18:56:21 +00:00
chat_models community[minor]: Update ChatZhipuAI to support GLM-4 model (#16695) 2024-04-01 18:11:21 +00:00
cross_encoders langchain[minor], community[minor]: add CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder (#13687) 2024-03-31 20:51:31 +00:00
docstore community[patch]: speed up import times in the community package (#18928) 2024-03-11 16:37:36 -04:00
document_compressors community[minor]: Add OpenVINO rerank model support (#19791) 2024-04-01 18:27:23 +00:00
document_loaders community[minor]: added missed class to __all__ (#19888) 2024-04-04 16:16:51 -04:00
document_transformers deprecating integrations moved to langchain_google_community (#19841) 2024-04-02 17:06:07 -04:00
embeddings community[minor]: Add OpenVINO rerank model support (#19791) 2024-04-01 18:27:23 +00:00
example_selectors
graphs community[minor]: Add the option to omit schema refresh in Neo4jGraph (#19654) 2024-03-27 14:20:12 -04:00
indexes
llms community[minor]: weight only quantization with intel-extension-for-transformers. (#14504) 2024-04-03 16:21:34 +00:00
output_parsers
retrievers deprecating integrations moved to langchain_google_community (#19841) 2024-04-02 17:06:07 -04:00
storage community[patch]: flattening imports 3 (#18939) 2024-03-12 15:18:54 -07:00
tools community[minor]: add hugging face text-to-speech inference API (#18880) 2024-03-29 15:02:29 +00:00
utilities community[minor]: Add Dria retriever (#17098) 2024-04-01 12:04:19 -07:00
utils community[patch], mongodb[patch]: Stop spamming SIMD import warnings (#19531) 2024-03-28 03:11:02 +00:00
vectorstores community[minor]: Add metadata filtering support for neo4j vector (#20001) 2024-04-04 11:37:06 -04:00
__init__.py
cache.py core[patch]: fix beta, deprecated typing (#18877) 2024-03-28 22:33:43 +00:00
py.typed