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
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.
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) 1 year ago
qdrant Implement async API for Qdrant vector store (#7704) 1 year 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 Reuse the existing collection if configured properly in Qdrant.from_texts (#7530) 1 year ago
test_alibabacloud_opensearch.py Add Alibaba Cloud OpenSearch as a new vector store (#6154) 1 year ago
test_analyticdb.py Implement delete interface of vector store on AnalyticDB (#7170) 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_awadb.py Add a new vector store - AwaDB (#5971) (#5992) 1 year ago
test_azuresearch.py Harrison/cognitive search (#6011) 1 year ago
test_cassandra.py Second Attempt - Add concurrent insertion of vector rows in the Cassandra Vector Store (#7017) 1 year ago
test_chroma.py fix chroma updated upsert interface (#7643) 1 year ago
test_clarifai.py codespell: workflow, config + some (quite a few) typos fixed (#6785) 1 year ago
test_clickhouse.py Integrate Clickhouse as Vector Store (#5650) 1 year ago
test_deeplake.py Added deeplake use case examples of the new features (#6528) 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 Refactor vector storage to correctly handle relevancy scores (#6570) 1 year ago
test_hologres.py Harrison/hologres (#6012) 1 year ago
test_lancedb.py Harrison/lancedb (#3634) 1 year ago
test_marqo.py Adding Marqo to vectorstore ecosystem (#7068) 1 year ago
test_milvus.py Refactor Milvus/Zilliz (#3047) 1 year ago
test_mongodb_atlas.py adding max_marginal_relevance_search method to MongoDBAtlasVectorSearch (#7310) 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 Refactor vector storage to correctly handle relevancy scores (#6570) 1 year ago
test_pinecone.py Revert pinecone v4 support (#7566) 1 year ago
test_redis.py Update redis integration tests (#4937) 1 year ago
test_rocksetdb.py Integrate Rockset as Vectorstore (#6216) 1 year ago
test_singlestoredb.py Refactor vector storage to correctly handle relevancy scores (#6570) 1 year ago
test_tair.py Harrison/tair (#3770) 1 year ago
test_vectara.py Vectara upd2 (#6506) 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