langchain/libs/community/tests/integration_tests/vectorstores
Mayank Solanki 8c085fc697
community[patch]: Added a function from_existing_collection in Qdrant vector database. (#20779)
Issue: #20514 
The current implementation of `construct_instance` expects a `texts:
List[str]` that will call the embedding function. This might not be
needed when we already have a client with collection and `path, you
don't want to add any text.

This PR adds a class method that returns a qdrant instance with an
existing client.

Here everytime
cb6e5e56c2/libs/community/langchain_community/vectorstores/qdrant.py (L1592)
`construct_instance` is called, this line sends some text for embedding
generation.

---------

Co-authored-by: Anush <anushshetty90@gmail.com>
2024-04-26 15:34:09 -07:00
..
cassettes
docarray
docker-compose
fixtures langchain[minor]: Tests update metadata filtering examples of documents (#19963) 2024-04-03 12:44:14 -04:00
qdrant community[patch]: Added a function from_existing_collection in Qdrant vector database. (#20779) 2024-04-26 15:34:09 -07:00
__init__.py
conftest.py
fake_embeddings.py
test_alibabacloud_opensearch.py
test_analyticdb.py
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
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
test_cassandra.py community[minor]: Add async methods to CassandraVectorStore (#20602) 2024-04-20 02:09:58 +00:00
test_chroma.py community[patch]: deprecate persist method in Chroma (#20855) 2024-04-25 19:42:03 +00: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 patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
test_epsilla.py
test_hanavector.py community[patch]: Advanced filtering for HANA Cloud Vector Engine (#20821) 2024-04-24 13:47:27 -07:00
test_hippo.py
test_hologres.py
test_infinispanvs.py community: VectorStore Infinispan, adding autoconfiguration (#18967) 2024-03-18 21:33:45 -07:00
test_jaguar.py
test_kinetica.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
test_lancedb.py community[patch]: LanceDB integration patch update (#20686) 2024-04-24 16:27:43 -07:00
test_lantern.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
test_llm_rails.py
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
test_mongodb_atlas.py
test_myscale.py
test_neo4jvector.py community[patch]: Support passing graph object to Neo4j integrations (#20876) 2024-04-25 11:30:22 -07:00
test_nucliadb.py
test_opensearch.py
test_pgvector.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
test_pinecone.py
test_redis.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
test_relyt.py community[minor]: Add relyt vector database (#20316) 2024-04-25 19:49:29 +00:00
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]: add hybrid search to singlestoredb vectorstore (#20793) 2024-04-24 21:34:50 +00: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 patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
test_tiledb.py
test_timescalevector.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
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
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