langchain/tests/integration_tests/vectorstores
Kacper Łukawski 1ff5b67025
Implement async API for Qdrant vector store (#7704)
Inspired by #5550, I implemented full async API support in Qdrant. The
docs were extended to mention the existence of asynchronous operations
in Langchain. I also used that chance to restructure the tests of Qdrant
and provided a suite of tests for the async version. Async API requires
the GRPC protocol to be enabled. Thus, it doesn't work on local mode
yet, but we're considering including the support to be consistent.
2023-07-15 09:33:26 -04:00
..
cassettes Fix/issue 2695 (#3608) 2023-04-26 21:45:03 -07:00
docarray Add DocArray vector stores (#4483) 2023-05-10 15:22:16 -07:00
docker-compose
fixtures
qdrant Implement async API for Qdrant vector store (#7704) 2023-07-15 09:33:26 -04:00
__init__.py
conftest.py
fake_embeddings.py Reuse the existing collection if configured properly in Qdrant.from_texts (#7530) 2023-07-11 16:24:35 -04:00
test_alibabacloud_opensearch.py Add Alibaba Cloud OpenSearch as a new vector store (#6154) 2023-06-20 10:07:40 -07:00
test_analyticdb.py Implement delete interface of vector store on AnalyticDB (#7170) 2023-07-05 13:01:00 -07:00
test_annoy.py
test_atlas.py
test_awadb.py Add a new vector store - AwaDB (#5971) (#5992) 2023-06-10 15:42:32 -07:00
test_azuresearch.py Harrison/cognitive search (#6011) 2023-06-11 21:15:42 -07:00
test_cassandra.py Second Attempt - Add concurrent insertion of vector rows in the Cassandra Vector Store (#7017) 2023-07-01 11:09:52 -07:00
test_chroma.py fix chroma updated upsert interface (#7643) 2023-07-13 09:27:14 -04:00
test_clarifai.py codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
test_clickhouse.py Integrate Clickhouse as Vector Store (#5650) 2023-06-05 13:32:04 -07:00
test_deeplake.py Added deeplake use case examples of the new features (#6528) 2023-07-10 07:04:29 -07:00
test_elasticsearch.py Add the usage of SSL certificates for Elasticsearch and user password authentication (#5058) 2023-05-22 11:51:32 -07:00
test_faiss.py Refactor vector storage to correctly handle relevancy scores (#6570) 2023-07-10 20:37:03 -07:00
test_hologres.py Harrison/hologres (#6012) 2023-06-11 20:56:51 -07:00
test_lancedb.py Harrison/lancedb (#3634) 2023-04-27 08:14:36 -07:00
test_marqo.py Adding Marqo to vectorstore ecosystem (#7068) 2023-07-05 14:44:12 -07:00
test_milvus.py Refactor Milvus/Zilliz (#3047) 2023-04-22 08:26:19 -07:00
test_mongodb_atlas.py adding max_marginal_relevance_search method to MongoDBAtlasVectorSearch (#7310) 2023-07-10 04:04:19 -04:00
test_myscale.py Harrison/myscale (#3352) 2023-04-22 09:17:38 -07:00
test_opensearch.py OpenSearch: Add Similarity Search with Score (#4089) 2023-05-08 16:35:21 -07:00
test_pgvector.py Refactor vector storage to correctly handle relevancy scores (#6570) 2023-07-10 20:37:03 -07:00
test_pinecone.py Revert pinecone v4 support (#7566) 2023-07-11 20:58:59 -04:00
test_redis.py Update redis integration tests (#4937) 2023-05-18 10:22:17 -07:00
test_rocksetdb.py Integrate Rockset as Vectorstore (#6216) 2023-06-21 01:22:27 -07:00
test_singlestoredb.py Refactor vector storage to correctly handle relevancy scores (#6570) 2023-07-10 20:37:03 -07:00
test_tair.py Harrison/tair (#3770) 2023-04-28 21:25:33 -07:00
test_vectara.py Vectara upd2 (#6506) 2023-07-02 12:15:50 -07:00
test_weaviate.py Fixes issue #5072 - adds additional support to Weaviate (#5085) 2023-05-22 18:57:10 -07:00
test_zilliz.py Refactor Milvus/Zilliz (#3047) 2023-04-22 08:26:19 -07:00