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
Ian 32ec56194b
community: fix myscale delete function bug (#15675)
Now the SQL used to delete vector doc from myscale is as follow:
```sql
DELETE FROM collection WHERE id = '1' AND id = '2' AND id = '3'
```

But the expected one should be 

```sql
DELETE FROM collection WHERE id IN ('1', '2', '3')
```
8 months ago
..
docarray
redis docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 9 months ago
__init__.py feat: add Google BigQueryVectorSearch in vectorstore (#14829) 9 months ago
alibabacloud_opensearch.py
analyticdb.py
annoy.py
astradb.py Fix AstraDB logical operator filtering (#15699) 8 months ago
atlas.py
awadb.py
azure_cosmos_db.py
azuresearch.py community: Replaced hardcoded "metadata" with FIELDS_METADATA variable in semantic_hybrid_search_with_score_and_rerank (#15642) 9 months ago
bageldb.py
baiducloud_vector_search.py
bigquery_vector_search.py feat: add Google BigQueryVectorSearch in vectorstore (#14829) 9 months ago
cassandra.py
chroma.py docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 9 months ago
clarifai.py community[patch]: Fixed duplicate input id issue in clarifai vectorstore (#14914) 9 months ago
clickhouse.py
dashvector.py
databricks_vector_search.py
deeplake.py
dingo.py
elastic_vector_search.py
elasticsearch.py Improvement: Allow passing parameters to the underlying es_client. Closes: #14403 (#14435) 9 months ago
epsilla.py
faiss.py Propagate context vars in all classes/methods 9 months ago
hippo.py
hologres.py
jaguar.py Use args option in jaguar so it takes more options in similarity search (#15080) 9 months ago
lancedb.py
llm_rails.py
marqo.py
matching_engine.py community[patch]: Matching engine, return doc id (#14930) 9 months ago
meilisearch.py
milvus.py community: fix: should flush after inserting data on milvus (#15568) 8 months ago
momento_vector_index.py community[patch]: support momento vector index filter expressions (#14978) 9 months ago
mongodb_atlas.py community[patch]: Implement similarity_score_threshold for MongoDB Vector Store (#14740) 9 months ago
myscale.py community: fix myscale delete function bug (#15675) 8 months ago
neo4j_vector.py
nucliadb.py
opensearch_vector_search.py
pgembedding.py
pgvecto_rs.py docs: docstrings `langchain_community` update (#14889) 9 months ago
pgvector.py community: Allow deleting by ID and collection in `pgvector` (#15627) 8 months ago
pinecone.py community[patch]: Support different Pinecone initializations depending on the version (#15717) 8 months ago
qdrant.py refactor: Qdrant async improvements (#14492) 9 months ago
rocksetdb.py
scann.py
semadb.py fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 9 months ago
singlestoredb.py
sklearn.py docs: docstrings `langchain_community` update (#14889) 9 months ago
sqlitevss.py
starrocks.py
supabase.py Support `score_threshold` in SupabaseVectorStore similarity search (#14439) 9 months ago
surrealdb.py docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 9 months ago
tair.py
tencentvectordb.py docs: docstrings `langchain_community` update (#14889) 9 months ago
tigris.py
tiledb.py docs: docstrings `langchain_community` update (#14889) 9 months ago
timescalevector.py docs: docstrings `langchain_community` update (#14889) 9 months ago
typesense.py
usearch.py
utils.py
vald.py
vearch.py
vectara.py docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 9 months ago
vespa.py
weaviate.py
xata.py
yellowbrick.py
zep.py
zilliz.py