langchain/libs/community/langchain_community
Loris Alexandre e4921239a6
community: missing mandatory parameter partition_key for AzureCosmosDBNoSqlVectorSearch (#29382)
- **Description:** the `delete` function of
AzureCosmosDBNoSqlVectorSearch is using
`self._container.delete_item(document_id)` which miss a mandatory
parameter `partition_key`
We use the class function `delete_document_by_id` to provide a default
`partition_key`
- **Issue:** #29372 
- **Dependencies:** None
- **Twitter handle:** None

Co-authored-by: Loris Alexandre <loris.alexandre@boursorama.fr>
2025-01-23 10:05:10 -05:00
..
adapters community: Add the additonnal kward 'context' for openai (#28351) 2024-12-02 16:43:30 -05:00
agent_toolkits community: adds support for getting github releases for the configured repository (#29318) 2025-01-22 15:45:52 +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: Add cost per 1K tokens for fine-tuned model cached input (#29248) 2025-01-16 15:19:26 -05:00
chains community: Deprecate Amazon Neptune resources in langchain-community (#29191) 2025-01-14 10:23:34 -05:00
chat_loaders
chat_message_histories Fixed adding float values into DynamoDB (#26562) 2024-12-18 13:45:00 -05:00
chat_models community: fix some features on Naver ChatModel & embedding model 2 (#29243) 2025-01-20 11:01:03 -05:00
cross_encoders
docstore
document_compressors community: Fix rank-llm import paths for new 0.20.3 version (#29154) 2025-01-13 10:22:14 -05:00
document_loaders community: Fix the problem of error reporting when OCR extracts text from PDF. (#29378) 2025-01-23 15:01:52 +00:00
document_transformers community: fallback on core async atransform_documents method for MarkdownifyTransformer (#27866) 2024-12-13 22:32:22 +00:00
embeddings community: fix some features on Naver ChatModel & embedding model 2 (#29243) 2025-01-20 11:01:03 -05:00
example_selectors
graph_vectorstores core: add kwargs support to VectorStore (#25934) 2024-12-16 18:57:57 +00:00
graphs community: Deprecate Amazon Neptune resources in langchain-community (#29191) 2025-01-14 10:23:34 -05:00
indexes
llms [langchain_community.llms.xinference]: Rewrite _stream() method and support stream() method in xinference.py (#29259) 2025-01-17 20:31:59 -05:00
memory
output_parsers
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
tools community: adds support for getting github releases for the configured repository (#29318) 2025-01-22 15:45:52 +00:00
utilities community: fix Google Scholar tool errors (#29371) 2025-01-23 10:03:01 -05:00
utils
vectorstores community: missing mandatory parameter partition_key for AzureCosmosDBNoSqlVectorSearch (#29382) 2025-01-23 10:05:10 -05:00
__init__.py
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