langchain/libs/community/tests/integration_tests/vectorstores
Varik Matevosyan efe6cfafe2
community: Added Lantern as VectorStore (#12951)
Support [Lantern](https://github.com/lanterndata/lantern) as a new
VectorStore type.

- Added Lantern as VectorStore.
It will support 3 distance functions `l2 squared`, `cosine` and
`hamming` and will use `HNSW` index.
- Added tests
- Added example notebook
2024-01-12 12:00:16 -08:00
..
cassettes
docarray
docker-compose refactor: enable connection pool usage in PGVector (#11514) 2023-12-28 15:07:16 -08:00
fixtures
qdrant
__init__.py
conftest.py
fake_embeddings.py
test_alibabacloud_opensearch.py
test_analyticdb.py
test_annoy.py
test_astradb.py Fix AstraDB logical operator filtering (#15699) 2024-01-08 12:23:46 -08:00
test_atlas.py
test_awadb.py
test_azure_cosmos_db.py
test_azuresearch.py
test_bagel.py
test_baiducloud_vector_search.py
test_bigquery_vector_search.py feat: add Google BigQueryVectorSearch in vectorstore (#14829) 2024-01-02 15:57:14 -08:00
test_cassandra.py
test_chroma.py
test_clarifai.py
test_clickhouse.py
test_dashvector.py
test_deeplake.py
test_elastic_vector_search.py
test_elasticsearch.py
test_epsilla.py
test_hippo.py
test_hologres.py
test_jaguar.py community[minor]: added jaguar vector store (#14838) 2023-12-19 10:40:18 -05:00
test_lancedb.py
test_lantern.py community: Added Lantern as VectorStore (#12951) 2024-01-12 12:00:16 -08:00
test_llm_rails.py
test_marqo.py
test_meilisearch.py
test_milvus.py
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
test_nucliadb.py
test_opensearch.py
test_pgvector.py refactor: enable connection pool usage in PGVector (#11514) 2023-12-28 15:07:16 -08:00
test_pinecone.py
test_redis.py
test_rocksetdb.py
test_scann.py
test_singlestoredb.py
test_sqlitevss.py
test_tair.py
test_tencentvectordb.py
test_tiledb.py
test_timescalevector.py
test_usearch.py
test_vald.py
test_vearch.py
test_vectara.py community: Vectara summarization (#14970) 2023-12-20 11:51:33 -08:00
test_weaviate.py
test_xata.py
test_yellowbrick.py
test_zep.py
test_zilliz.py