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/docs/docs/integrations
Chaunte W. Lacewell a31f692f4e
community[minor]: Add VDMS vectorstore (#19551)
- **Description:** Add support for Intel Lab's [Visual Data Management
System (VDMS)](https://github.com/IntelLabs/vdms) as a vector store
- **Dependencies:** `vdms` library which requires protobuf = "4.24.2".
There is a conflict with dashvector in `langchain` package but conflict
is resolved in `community`.
- **Contribution maintainer:** [@cwlacewe](https://github.com/cwlacewe)
- **Added tests:**
libs/community/tests/integration_tests/vectorstores/test_vdms.py
- **Added docs:** docs/docs/integrations/vectorstores/vdms.ipynb
- **Added cookbook:** cookbook/multi_modal_RAG_vdms.ipynb

---------

Co-authored-by: Eugene Yurtsev <eugene@langchain.dev>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2 months ago
..
adapters docs: update imports of `adapters` to use langchain_community (#18751) 3 months ago
callbacks docs: Fix typo in infino.ipynb (#18640) 2 months ago
chat community[minor]: Prem AI langchain integration (#19113) 2 months ago
chat_loaders docs, templates: update schema imports to core (#17885) 3 months ago
document_loaders docs: Fix broken imports in documentation (#19655) 2 months ago
document_transformers voyageai[patch]: VoyageAI rerank (#19521) 2 months ago
llms docs: Fix broken imports in documentation (#19655) 2 months ago
memory docs: Fix broken imports in documentation (#19655) 2 months ago
platforms community[patch]: Microsoft Azure Document Intelligence updates (#16932) 2 months ago
providers community[minor]: Add VDMS vectorstore (#19551) 2 months ago
retrievers docs: Fix broken imports in documentation (#19655) 2 months ago
stores community: revert SQL Stores (#16912) 4 months ago
text_embedding community[minor]: Add ITREX optimized Embeddings (#18474) 2 months ago
toolkits docs: Fix broken imports in documentation (#19655) 2 months ago
tools docs: Fix broken imports in documentation (#19655) 2 months ago
vectorstores community[minor]: Add VDMS vectorstore (#19551) 2 months ago