langchain/libs/community/langchain_community
2025-01-03 10:14:07 -05:00
..
adapters community: Add the additonnal kward 'context' for openai (#28351) 2024-12-02 16:43:30 -05:00
agent_toolkits community[patch]: fix instantiation for Slack tools (#28990) 2025-01-02 16:14:17 +00:00
agents community: add truncation params when an openai assistant's run is created (#28158) 2024-11-27 10:53:53 -05:00
callbacks community[patch]: additional check for prompt caching support (#29008) 2025-01-03 10:14:07 -05:00
chains community: update Memgraph integration (#27017) 2024-12-10 10:57:21 -05:00
chat_loaders Improvement[Community] Improve methods in IMessageChatLoader (#25746) 2024-08-26 14:20:22 -04:00
chat_message_histories Fixed adding float values into DynamoDB (#26562) 2024-12-18 13:45:00 -05:00
chat_models community: update documentation and model IDs for FriendliAI provider (#28984) 2025-01-02 12:15:59 -05:00
cross_encoders multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
docstore infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
document_compressors community: add InfinityRerank (#27043) 2024-11-06 17:26:30 -08:00
document_loaders (Community): Fix Keyword argument for AzureAIDocumentIntelligenceParser (#28959) 2025-01-02 11:27:12 -05:00
document_transformers community: fallback on core async atransform_documents method for MarkdownifyTransformer (#27866) 2024-12-13 22:32:22 +00:00
embeddings Community: LlamaCppEmbeddings embed_documents and embed_query (#28827) 2024-12-23 09:50:22 -05:00
example_selectors multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
graph_vectorstores core: add kwargs support to VectorStore (#25934) 2024-12-16 18:57:57 +00:00
graphs community: Apache AGE wrapper. Ensure Node Uniqueness by ID. (#28759) 2024-12-17 09:21:59 -05:00
indexes community[patch]: restore compatibility with SQLAlchemy 1.x (#22546) 2024-06-19 17:58:57 +00:00
llms community: Update azureml endpoint (#28953) 2025-01-02 14:47:02 -05:00
memory all: test 3.13 ci (#27197) 2024-10-25 12:56:58 -07:00
output_parsers multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
query_constructors community: refactor opensearch query constructor to use wildcard instead of match in the contain comparator (#26653) 2024-12-16 11:16:34 -05:00
retrievers langchain_community: Add default None values to DocumentAttributeValue class properties (#28785) 2024-12-18 09:43:04 -05:00
storage Fixed typo in llibs/community/langchain_community/storage/sql.py (#27029) 2024-10-08 17:51:26 +00:00
tools community[patch]: fix instantiation for Slack tools (#28990) 2025-01-02 16:14:17 +00:00
utilities (Community): DuckDuckGoSearchAPIWrapper backend changed from api to auto (#28961) 2025-01-02 14:08:22 -05:00
utils multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
vectorstores community(azuresearch): allow to use any valid credential (#28873) 2024-12-23 10:05:48 -05:00
__init__.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
cache.py cosmosdbnosql: Added Cosmos DB NoSQL Semantic Cache Integration with tests and jupyter notebook (#24424) 2024-12-16 21:57:05 -05:00
py.typed