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/tests/integration_tests/vectorstores
volodymyr-memsql a1549901ce
Added SingleStoreDB Vector Store (#5619)
- Added `SingleStoreDB` vector store, which is a wrapper over the
SingleStore DB database, that can be used as a vector storage and has an
efficient similarity search.
- Added integration tests for the vector store
- Added jupyter notebook with the example

@dev2049

---------

Co-authored-by: Volodymyr Tkachuk <vtkachuk-ua@singlestore.com>
Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
cassettes Fix/issue 2695 (#3608) 1 year ago
docarray Add DocArray vector stores (#4483) 1 year ago
docker-compose Fix/issue 1213 (#2932) 1 year ago
fixtures fix: elasticsearch (#2402) 2 years ago
__init__.py add few shot example (#148) 2 years ago
conftest.py [minor] Deep Lake auth improvements in docs, kwargs pass, faster tests (#2927) 1 year ago
fake_embeddings.py Feat: Add batching to Qdrant (#5443) 1 year ago
test_analyticdb.py Add a full PostgresSQL syntax database 'AnalyticDB' as vector store. (#3135) 1 year ago
test_annoy.py Add Annoy as VectorStore (#2939) 1 year ago
test_atlas.py Harrison/atlas db (#1315) 2 years ago
test_chroma.py fix chroma update_document to embed entire documents, fixes a characer-wise embedding bug (#5584) 1 year ago
test_clickhouse.py Integrate Clickhouse as Vector Store (#5650) 1 year ago
test_deeplake.py Fixing DeepLake Overwrite Flag (#4683) 1 year ago
test_elasticsearch.py Add the usage of SSL certificates for Elasticsearch and user password authentication (#5058) 1 year ago
test_faiss.py fixed faiss integ tests (#5808) 1 year ago
test_lancedb.py Harrison/lancedb (#3634) 1 year ago
test_milvus.py Refactor Milvus/Zilliz (#3047) 1 year ago
test_mongodb_atlas.py removing client+namespace in favor of collection (#5610) 1 year ago
test_myscale.py Harrison/myscale (#3352) 1 year ago
test_opensearch.py OpenSearch: Add Similarity Search with Score (#4089) 1 year ago
test_pgvector.py Add texts with embeddings to PGVector wrapper (#5500) 1 year ago
test_pinecone.py feat: improve pinecone tests (#2806) 1 year ago
test_qdrant.py qdrant vector store - search with relevancy scores (#5781) 1 year ago
test_redis.py Update redis integration tests (#4937) 1 year ago
test_singlestoredb.py Added SingleStoreDB Vector Store (#5619) 1 year ago
test_tair.py Harrison/tair (#3770) 1 year ago
test_vectara.py Vectara (#5069) 1 year ago
test_weaviate.py Fixes issue #5072 - adds additional support to Weaviate (#5085) 1 year ago
test_zilliz.py Refactor Milvus/Zilliz (#3047) 1 year ago