langchain/libs/community/langchain_community/vectorstores
Karim Lalani ea61302f71
community[patch]: bug fix - add empty metadata when metadata not provided (#17669)
Code fix to include empty medata dictionary to aadd_texts if metadata is
not provided.
2024-02-19 10:54:52 -08:00
..
docarray community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
redis community[patch]: Add missing async similarity_distance_threshold handling in RedisVectorStoreRetriever (#16359) 2024-01-29 11:19:30 -08:00
__init__.py community[minor]: Add Apache Doris as vector store (#17527) 2024-02-18 12:05:58 -07:00
alibabacloud_opensearch.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
analyticdb.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
annoy.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
apache_doris.py community[minor]: Add Apache Doris as vector store (#17527) 2024-02-18 12:05:58 -07:00
astradb.py community: Use _AstraDBCollectionEnvironment in AstraDB VectorStore (community) (#17635) 2024-02-16 11:28:16 -05:00
atlas.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
awadb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
azure_cosmos_db.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
azuresearch.py community[patch]: add fixes for AzureSearch after update to stable azure-search-documents library (#17599) 2024-02-15 22:23:52 -08:00
bageldb.py community[patch]: apply embedding functions during query if defined (#16646) 2024-01-27 16:46:33 -08:00
baiducloud_vector_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
bigquery_vector_search.py Add the BQ job usage tracking from LangChain (#17123) 2024-02-13 14:47:57 -08:00
cassandra.py community[patch]: Use newer MetadataVectorCassandraTable in Cassandra vector store (#15987) 2024-01-17 10:37:07 -08:00
chroma.py docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
clarifai.py Community : Modified doc strings and example notebook for Clarifai (#15816) 2024-01-10 19:33:10 -08:00
clickhouse.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
dashvector.py community[patch]: fix dashvector endpoint params error (#14484) 2023-12-13 14:38:27 -08:00
databricks_vector_search.py community[minor]: Add mmr and similarity_score_threshold retrieval to DatabricksVectorSearch (#16829) 2024-02-12 12:51:37 -08:00
deeplake.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
dingo.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
elastic_vector_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
elasticsearch.py community[patch]: ElasticsearchStore: preserve user headers (#16830) 2024-02-13 12:37:35 -08:00
epsilla.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
faiss.py community[patch] - in FAISS vector store, support passing custom DocStore implementation when using from_xxx methods (#16801) 2024-02-12 19:51:55 -08:00
hanavector.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
hippo.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
hologres.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
jaguar.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
kdbai.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
lancedb.py community[patch]: LanceDB integration improvements/fixes (#16173) 2024-02-19 10:22:02 -08:00
lantern.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
llm_rails.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
marqo.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
matching_engine.py community[patch]: Matching engine, return doc id (#14930) 2023-12-20 00:03:11 -05:00
meilisearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
milvus.py community[patch]: Fix Milvus add texts when ids=None (#17021) 2024-02-09 18:48:37 -05:00
momento_vector_index.py community[patch]: support momento vector index filter expressions (#14978) 2023-12-20 19:11:43 -08:00
mongodb_atlas.py community[patch]: Fix KeyError 'embedding' (MongoDBAtlasVectorSearch) (#17178) 2024-02-08 12:06:42 -08:00
myscale.py community: fix myscale delete function bug (#15675) 2024-01-08 12:26:29 -08:00
neo4j_vector.py Fix RRF and lucene escape characters for neo4j vector store (#14646) 2023-12-13 09:09:50 -08:00
nucliadb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
opensearch_vector_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
pgembedding.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
pgvecto_rs.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
pgvector.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
pinecone.py pinecone: init pkg (#16556) 2024-02-05 11:55:01 -08:00
qdrant.py community[patch]: Correct the calling to collection_name in qdrant (#16920) 2024-02-04 10:45:35 -08:00
rocksetdb.py community[patch]: update copy of metadata in rockset vectorstore integration (#17612) 2024-02-15 23:13:40 -07:00
scann.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
semadb.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
singlestoredb.py community[patch]: Add vector index support to SingleStoreDB VectorStore (#17308) 2024-02-14 11:43:12 -08:00
sklearn.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
sqlitevss.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
starrocks.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
supabase.py Support score_threshold in SupabaseVectorStore similarity search (#14439) 2024-01-02 16:47:05 -08:00
surrealdb.py community[patch]: bug fix - add empty metadata when metadata not provided (#17669) 2024-02-19 10:54:52 -08:00
tair.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
tencentvectordb.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
thirdai_neuraldb.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
tigris.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
tiledb.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
timescalevector.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
typesense.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
usearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
utils.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
vald.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
vearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
vectara.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
vespa.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
vikngdb.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
weaviate.py community: Fixed schema discrepancy in from_texts function for weaviate vectorstore (#16693) 2024-01-28 16:53:31 -08:00
xata.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
yellowbrick.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
zep.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
zilliz.py community[patch]: Milvus supports add & delete texts by ids (#16256) 2024-01-29 11:19:50 -08:00