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
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
..
api_reference community[patch], langchain[minor]: Add retriever self_query and score_threshold in DingoDB (#18106) 3 months ago
data 👥 Update LangChain people data (#18473) 3 months ago
docs community[minor]: Add VDMS vectorstore (#19551) 2 months ago
scripts ci[minor]: Bump LC scripts package, add retry option (#19285) 2 months ago
src docs[minor]: Add chat model selection tabs component (#19296) 2 months ago
static docs: Add graph construction docs (#18904) 3 months ago
.gitignore docs[minor]: Swap gtag for supabase (#18937) 3 months ago
.local_build.sh docs: partner packages (#16960) 4 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 3 months ago
README.md docs: developer docs (#14776) 5 months ago
babel.config.js Restructure docs (#11620) 8 months ago
code-block-loader.js Restructure docs (#11620) 8 months ago
docusaurus.config.js docs[patch]: properly load/use env vars (#18942) 3 months ago
package.json ci[minor]: Bump LC scripts package, add retry option (#19285) 2 months ago
settings.ini Restructure docs (#11620) 8 months ago
sidebars.js docs: `Toolkits` menu (#16217) 4 months ago
vercel.json community[minor]: Add ITREX optimized Embeddings (#18474) 2 months ago
vercel_build.sh docs: fix vercel build script (#19090) 3 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 6 months ago
yarn.lock ci[minor]: Bump LC scripts package, add retry option (#19285) 2 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide