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
antonpibm ffde8a6a09
Milvus vectorstore: fix pass ids as argument after upsert (#23761)
**Description**: Milvus vectorstore supports both `add_documents` via
the base class and `upsert` method which deletes and re-adds documents
based on their ids

**Issue**: Due to mismatch in the interfaces the ids used by `upsert`
are neglected in `add_documents`, as `ids` are passed as argument in
`upsert` but via `kwargs` is `add_documents`

This caused exceptions and inconsistency in the DB, tested with
`auto_id=False`

**Fix**: pass `ids` via `kwargs` to `add_documents`
3 months ago
..
cli docs: standardize azure openai page (#23642) 3 months ago
community Milvus vectorstore: fix pass ids as argument after upsert (#23761) 3 months ago
core core[patch]: Add versionadded to get_by_ids (#23728) 3 months ago
experimental experimental: LLMGraphTransformer add missing conditional adding restrictions to prompts for LLM that do not support function calling (#22793) 3 months ago
langchain langchain[patch]: deprecate ConversationChain (#23504) 3 months ago
partners mistralai: Fixed streaming in MistralAI with ainvoke and callbacks (#22000) 3 months ago
standard-tests standard-tests[patch]: add anthropic format integration test (#23717) 3 months ago
text-splitters text-splitters: release 0.2.2 (#23508) 3 months ago