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/langchain_community
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: added `community` modules descriptions (#17827) 3 months ago
agent_toolkits community: Add PolygonAggregates tool (#18882) 3 months ago
callbacks community[patch] : [Fiddler] ensure dataset is not added if model is present (#19293) 2 months ago
chat_loaders community[patch]: speed up import times in the community package (#18928) 3 months ago
chat_message_histories community[patch]: speed up import times in the community package (#18928) 3 months ago
chat_models community[Qianfan]: add function_call in additional_kwargs (#19550) 2 months ago
docstore community[patch]: speed up import times in the community package (#18928) 3 months ago
document_compressors community[patch]: speed up import times in the community package (#18928) 3 months ago
document_loaders community[patch]: refactor the type hint of `file_path` in `UnstructuredAPIFileLoader` class (#18839) 2 months ago
document_transformers community[patch]: flattening imports 3 (#18939) 3 months ago
embeddings Update text2vec.py (#19657) 2 months ago
example_selectors docs: added `community` modules descriptions (#17827) 3 months ago
graphs community[minor]: Add the option to omit schema refresh in Neo4jGraph (#19654) 2 months ago
indexes community: Add document manager and mongo document manager (#17320) 3 months ago
llms community[minor]: Allow passing `allow_dangerous_deserialization` when loading LLM chain (#18894) 2 months ago
output_parsers langchain[patch], community[minor]: move `output_parsers.ernie_functions` (#16057) 4 months ago
retrievers community[patch]: Fixing incorrect base URLs for Azure Cognitive Search Retriever (#19352) 2 months ago
storage community[patch]: flattening imports 3 (#18939) 3 months ago
tools Josha91 fix docstring (#19249) 2 months ago
utilities community[minor]: Add support for non-file-based Document Loaders in PebbloSafeLoader (#19574) 2 months ago
utils community[patch], mongodb[patch]: Stop spamming SIMD import warnings (#19531) 2 months ago
vectorstores community[minor]: Add VDMS vectorstore (#19551) 2 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago
cache.py community[patch]: GPTCache pydantic validation error on lookup (#19427) 2 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 6 months ago