langchain/libs/community/langchain_community/vectorstores
Max Jakob 8569b8f680
community[patch]: ElasticsearchStore enable max inner product (#16393)
Enable max inner product for approximate retrieval strategy. For exact
strategy we lack the necessary `maxInnerProduct` function in the
Painless scripting language, this is why we do not add it there.

Similarity docs:
https://www.elastic.co/guide/en/elasticsearch/reference/current/dense-vector.html#dense-vector-params

---------

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
Co-authored-by: Joe McElroy <joseph.mcelroy@elastic.co>
2024-01-22 11:26:18 -08:00
..
docarray community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
redis docs, experimental[patch], langchain[patch], community[patch]: update storage imports (#15429) 2024-01-02 16:47:11 -05:00
__init__.py community: Added Lantern as VectorStore (#12951) 2024-01-12 12:00:16 -08:00
alibabacloud_opensearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
analyticdb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53: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
astradb.py Fix AstraDB logical operator filtering (#15699) 2024-01-08 12:23:46 -08: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: Fixing a performance issue with AzureSearch to perform batch embedding (#15594) 2024-01-12 10:58:55 -08:00
bageldb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -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 community[minor]: add additional support for BigQueryVectorSearch (#15904) 2024-01-15 10:45:15 -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 docs: Add Databricks Vector Search example notebook (#14158) 2023-12-12 17:40:29 -08:00
deeplake.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -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 enable max inner product (#16393) 2024-01-22 11:26:18 -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]: fix a bug that mistakenly handle zip iterator in FAISS.from_embeddings (#16020) 2024-01-15 11:13:14 -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 community[patch]: jaguar vector store fix integer-element error when joining metadata values (#15939) 2024-01-15 11:13:45 -08:00
lancedb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
lantern.py community: Added Lantern as VectorStore (#12951) 2024-01-12 12:00:16 -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 community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53: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: add a flag that determines whether to load the milvus collection (#15693) 2024-01-15 11:25:23 -08: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 PR community:Removing knn beta content in mongodb atlas vectorstore (#15865) 2024-01-11 21:40:54 -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 community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
pgvecto_rs.py community[minor]: Update pgvecto_rs to use its high level sdk (#15574) 2024-01-15 11:41:59 -08:00
pgvector.py community[patch]: Use SQLAlchemy's bulk_save_objects method to improve insert performance (#16244) 2024-01-18 18:35:39 -08:00
pinecone.py community[patch]: add vector param to index query for pinecone vec store (#16054) 2024-01-16 06:12:19 -08:00
qdrant.py community[patch]: implement adelete from VectorStore in Qdrant (#16005) 2024-01-15 19:57:09 -08:00
rocksetdb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08: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 fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 2023-12-22 11:49:35 -08:00
singlestoredb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -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 community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
supabase.py Support score_threshold in SupabaseVectorStore similarity search (#14439) 2024-01-02 16:47:05 -08:00
surrealdb.py community[minor]: Fix to match SurrealDB 0.3.2 SDK (#15996) 2024-01-15 10:31:59 -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 docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05: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 template: Update Vectara templates (#15363) 2024-01-19 17:32:33 -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 community[minor]: add vikingdb vecstore (#15155) 2024-01-15 12:34:01 -08:00
weaviate.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -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[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00