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
sdan a7c5e41443
community[minor]: Added VLite as VectorStore (#20245)
Support [VLite](https://github.com/sdan/vlite) as a new VectorStore
type.

**Description**:
vlite is a simple and blazing fast vector database(vdb) made with numpy.
It abstracts a lot of the functionality around using a vdb in the
retrieval augmented generation(RAG) pipeline such as embeddings
generation, chunking, and file processing while still giving developers
the functionality to change how they're made/stored.

**Before submitting**:
Added tests
[here](c09c2ebd5c/libs/community/tests/integration_tests/vectorstores/test_vlite.py)
Added ipython notebook
[here](c09c2ebd5c/docs/docs/integrations/vectorstores/vlite.ipynb)
Added simple docs on how to use
[here](c09c2ebd5c/docs/docs/integrations/providers/vlite.mdx)

**Profiles**

Maintainers: @sdan
Twitter handles: [@sdand](https://x.com/sdand)

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
5 months ago
..
redis community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
test_databricks_vector_search.py community[patch]: import flattening fix (#20110) 5 months ago
test_elasticsearch.py community[patch]: ElasticsearchStore: add relevance function selector (#16378) 8 months ago
test_faiss.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 7 months ago
test_hanavector.py community[minor]: VectorStore integration for SAP HANA Cloud Vector Engine (#16514) 8 months ago
test_imports.py community[minor]: Added VLite as VectorStore (#20245) 5 months ago
test_indexing_docs.py community[minor]: Added VLite as VectorStore (#20245) 5 months ago
test_inmemory.py community[minor]: Add InMemoryVectorStore (#19326) 6 months ago
test_neo4j.py community[patch]: Add the ability to pass maps to neo4j retrieval query (#19758) 6 months ago
test_pgvector.py refactor: enable connection pool usage in PGVector (#11514) 9 months ago
test_public_api.py community[minor]: Added VLite as VectorStore (#20245) 5 months ago
test_sklearn.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
test_tencentvectordb.py community[patch], langchain[minor]: Enhance Tencent Cloud VectorDB, langchain: make Tencent Cloud VectorDB self query retrieve compatible (#19651) 6 months ago
test_utils.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago