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/community/tests/unit_tests/vectorstores
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
..
redis community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
test_databricks_vector_search.py community[minor]: Add mmr and similarity_score_threshold retrieval to DatabricksVectorSearch (#16829) 4 months ago
test_elasticsearch.py community[patch]: ElasticsearchStore: add relevance function selector (#16378) 4 months ago
test_faiss.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 3 months ago
test_hanavector.py community[minor]: VectorStore integration for SAP HANA Cloud Vector Engine (#16514) 4 months ago
test_imports.py Langchain vectorstore integration with Kinetica (#18102) 3 months ago
test_indexing_docs.py community[minor]: Add VDMS vectorstore (#19551) 2 months ago
test_inmemory.py community[minor]: Add InMemoryVectorStore (#19326) 2 months ago
test_neo4j.py Fix RRF and lucene escape characters for neo4j vector store (#14646) 6 months ago
test_pgvector.py refactor: enable connection pool usage in PGVector (#11514) 5 months ago
test_public_api.py community[minor]: Add VDMS vectorstore (#19551) 2 months ago
test_sklearn.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
test_utils.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago