mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-18 16:16:33 +00:00
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>
This commit is contained in:
committed by
GitHub
parent
b7b62e29fb
commit
a31f692f4e
@@ -102,6 +102,7 @@ _module_lookup = {
|
||||
"Typesense": "langchain_community.vectorstores.typesense",
|
||||
"USearch": "langchain_community.vectorstores.usearch",
|
||||
"Vald": "langchain_community.vectorstores.vald",
|
||||
"VDMS": "langchain_community.vectorstores.vdms",
|
||||
"Vearch": "langchain_community.vectorstores.vearch",
|
||||
"Vectara": "langchain_community.vectorstores.vectara",
|
||||
"VectorStore": "langchain_core.vectorstores",
|
||||
|
1580
libs/community/langchain_community/vectorstores/vdms.py
Normal file
1580
libs/community/langchain_community/vectorstores/vdms.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user