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/libs/community/langchain_community/vectorstores
Killinsun - Ryota Takeuchi bcfce146d8
community[patch]: Correct the calling to collection_name in qdrant (#16920)
## Description

In #16608, the calling `collection_name` was wrong.
I made a fix for it. 
Sorry for the inconvenience!

## Issue

https://github.com/langchain-ai/langchain/issues/16962

## Dependencies

N/A



<!-- Thank you for contributing to LangChain!

Please title your PR "<package>: <description>", where <package> is
whichever of langchain, community, core, experimental, etc. is being
modified.

Replace this entire comment with:
  - **Description:** a description of the change, 
  - **Issue:** the issue # it fixes if applicable,
  - **Dependencies:** any dependencies required for this change,
- **Twitter handle:** we announce bigger features on Twitter. If your PR
gets announced, and you'd like a mention, we'll gladly shout you out!

Please make sure your PR is passing linting and testing before
submitting. Run `make format`, `make lint` and `make test` from the root
of the package you've modified to check this locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc: https://python.langchain.com/docs/contributing/

If you're adding a new integration, please include:
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->

---------

Co-authored-by: Kumar Shivendu <kshivendu1@gmail.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
8 months ago
..
docarray community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
redis community[patch]: Add missing async similarity_distance_threshold handling in RedisVectorStoreRetriever (#16359) 8 months ago
__init__.py community: Added integrations for ThirdAI's NeuralDB with Retriever and VectorStore frameworks (#15280) 8 months ago
alibabacloud_opensearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
analyticdb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
annoy.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
astradb.py Add async methods for the AstraDB VectorStore (#16391) 8 months ago
atlas.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
awadb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
azure_cosmos_db.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
azuresearch.py community: Fixing a performance issue with AzureSearch to perform batch embedding (#15594) 9 months ago
bageldb.py community[patch]: apply embedding functions during query if defined (#16646) 8 months ago
baiducloud_vector_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
bigquery_vector_search.py community[minor]: add additional support for `BigQueryVectorSearch` (#15904) 9 months ago
cassandra.py community[patch]: Use newer MetadataVectorCassandraTable in Cassandra vector store (#15987) 9 months ago
chroma.py docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 9 months ago
clarifai.py Community : Modified doc strings and example notebook for Clarifai (#15816) 9 months ago
clickhouse.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
dashvector.py community[patch]: fix dashvector endpoint params error (#14484) 10 months ago
databricks_vector_search.py docs: Add Databricks Vector Search example notebook (#14158) 10 months ago
deeplake.py community[patch]: activeloop ai tql deprecation (#14634) 8 months ago
dingo.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
elastic_vector_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
elasticsearch.py community[patch]: ElasticsearchStore enable max inner product (#16393) 9 months ago
epsilla.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
faiss.py community: add support for callable filters in FAISS (#16190) 8 months ago
hanavector.py community[minor]: VectorStore integration for SAP HANA Cloud Vector Engine (#16514) 9 months ago
hippo.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
hologres.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
jaguar.py community[patch]: jaguar vector store fix integer-element error when joining metadata values (#15939) 9 months ago
kdbai.py community[minor]: Add KDBAI vector store (#12797) 9 months ago
lancedb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
lantern.py community: Added Lantern as VectorStore (#12951) 9 months ago
llm_rails.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
marqo.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
matching_engine.py community[patch]: Matching engine, return doc id (#14930) 10 months ago
meilisearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
milvus.py community[patch]: Milvus supports add & delete texts by ids (#16256) 8 months ago
momento_vector_index.py community[patch]: support momento vector index filter expressions (#14978) 10 months ago
mongodb_atlas.py community[patch]: Include scores in MongoDB Atlas QA chain results (#14666) 9 months ago
myscale.py community: fix myscale delete function bug (#15675) 9 months ago
neo4j_vector.py Fix RRF and lucene escape characters for neo4j vector store (#14646) 10 months ago
nucliadb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
opensearch_vector_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
pgembedding.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
pgvecto_rs.py community[patch]: fix typo in pgvecto_rs debug msg (#16318) 9 months ago
pgvector.py community[patch]: Implement vector length definition at init time in PGVector for indexing (#16133) 9 months ago
pinecone.py community[patch]: add vector param to index query for pinecone vec store (#16054) 9 months ago
qdrant.py community[patch]: Correct the calling to collection_name in qdrant (#16920) 8 months ago
rocksetdb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
scann.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
semadb.py fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 10 months ago
singlestoredb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
sklearn.py docs: docstrings `langchain_community` update (#14889) 10 months ago
sqlitevss.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
starrocks.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
supabase.py Support `score_threshold` in SupabaseVectorStore similarity search (#14439) 9 months ago
surrealdb.py community[minor]: Fix to match SurrealDB 0.3.2 SDK (#15996) 9 months ago
tair.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
tencentvectordb.py docs: docstrings `langchain_community` update (#14889) 10 months ago
thirdai_neuraldb.py community: Added integrations for ThirdAI's NeuralDB with Retriever and VectorStore frameworks (#15280) 8 months ago
tigris.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
tiledb.py docs: docstrings `langchain_community` update (#14889) 10 months ago
timescalevector.py docs: docstrings `langchain_community` update (#14889) 10 months ago
typesense.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
usearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
utils.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
vald.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
vearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
vectara.py template: Update Vectara templates (#15363) 9 months ago
vespa.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
vikngdb.py community[minor]: add vikingdb vecstore (#15155) 9 months ago
weaviate.py community: Fixed schema discrepancy in from_texts function for weaviate vectorstore (#16693) 8 months ago
xata.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
yellowbrick.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
zep.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
zilliz.py community[patch]: Milvus supports add & delete texts by ids (#16256) 8 months ago