langchain/libs/community/tests/integration_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>
2024-04-17 01:24:38 +00:00
..
cassettes
docarray
docker-compose refactor: enable connection pool usage in PGVector (#11514) 2023-12-28 15:07:16 -08:00
fixtures langchain[minor]: Tests update metadata filtering examples of documents (#19963) 2024-04-03 12:44:14 -04:00
qdrant infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
__init__.py
conftest.py
fake_embeddings.py
test_alibabacloud_opensearch.py
test_analyticdb.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_annoy.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 2024-03-06 16:43:01 -05:00
test_astradb.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_atlas.py
test_awadb.py
test_azure_cosmos_db.py community[patch]: Fixing some caching issues for AzureCosmosDBSemanticCache (#18884) 2024-03-25 19:06:17 -07:00
test_azuresearch.py
test_bagel.py
test_baiducloud_vector_search.py
test_bigquery_vector_search.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_cassandra.py
test_chroma.py community: add len() implementation to Chroma (#19419) 2024-03-26 12:53:10 -04:00
test_clarifai.py
test_clickhouse.py
test_couchbase.py community: add Couchbase Vector Store (#18994) 2024-03-19 12:39:51 -07:00
test_dashvector.py
test_deeplake.py community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
test_documentdb.py community[minor]: Add DocumentDBVectorSearch VectorStore (#17757) 2024-03-06 15:11:34 -08:00
test_duckdb.py community[minor]: Add DuckDB as a vectorstore (#18916) 2024-03-25 07:02:35 +00:00
test_ecloud_vector_search.py community[minor]: integrate China Mobile Ecloud vector search (#15298) 2024-03-27 23:02:40 +00:00
test_elastic_vector_search.py
test_elasticsearch.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_epsilla.py
test_hanavector.py community[patch]: More flexible handling for entity names in vector store "HANA Cloud" (#19523) 2024-03-25 15:52:45 -07:00
test_hippo.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_hologres.py
test_infinispanvs.py community: VectorStore Infinispan, adding autoconfiguration (#18967) 2024-03-18 21:33:45 -07:00
test_jaguar.py community[minor]: added jaguar vector store (#14838) 2023-12-19 10:40:18 -05:00
test_kinetica.py Langchain vectorstore integration with Kinetica (#18102) 2024-02-26 12:46:48 -08:00
test_lancedb.py community[patch]: LanceDB integration improvements/fixes (#16173) 2024-02-19 10:22:02 -08:00
test_lantern.py community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
test_llm_rails.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_marqo.py
test_meilisearch.py community[patch]: update for compatibility with latest Meilisearch version (#18970) 2024-03-27 22:08:27 +00:00
test_milvus.py community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
test_momento_vector_index.py community[patch]: support momento vector index filter expressions (#14978) 2023-12-20 19:11:43 -08:00
test_mongodb_atlas.py
test_myscale.py
test_neo4jvector.py community[minor]: Add metadata filtering support for neo4j vector (#20001) 2024-04-04 11:37:06 -04:00
test_nucliadb.py
test_opensearch.py
test_pgvector.py community[patch]: Fix pgvector deprecated filter clause usage with OR and AND conditions (#20446) 2024-04-16 14:08:07 +00:00
test_pinecone.py
test_redis.py
test_rocksetdb.py community[patch]: mmr search for Rockset vectorstore integration (#16908) 2024-03-29 18:45:22 +00:00
test_scann.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 2024-03-06 16:43:01 -05:00
test_singlestoredb.py community[patch]: Added add_images method to SingleStoreDB vector store (#17871) 2024-02-21 15:16:32 -08:00
test_sqlitevss.py
test_tair.py
test_tencentvectordb.py
test_thirdai_neuraldb.py community[minor]: Added integrations for ThirdAI's NeuralDB as a Retriever (#17334) 2024-04-16 16:36:55 -07:00
test_tidb_vector.py community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
test_tiledb.py
test_timescalevector.py
test_usearch.py
test_vald.py
test_vdms.py community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
test_vearch.py
test_vectara.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
test_vlite.py community[minor]: Added VLite as VectorStore (#20245) 2024-04-17 01:24:38 +00:00
test_weaviate.py
test_xata.py
test_yellowbrick.py
test_zep.py
test_zilliz.py