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
Leonid Ganeline 500569da48
community[patch]: `vectorstores` import update (#21169)
Issue: we have several helper functions to import third-party libraries
like lancedb.import_lancedb in
[community.vectorstores](https://api.python.langchain.com/en/latest/vectorstores/langchain_community.vectorstores.lancedb.import_lancedb.html#langchain_community.vectorstores.lancedb.import_lancedb).
And we have core.utils.utils.guard_import that works exactly for this
purpose.
The import_<package> functions work inconsistently and rather be private
functions.
Change: replaced these functions with the guard_import function.

Related to #21133
4 months ago
..
docarray community[patch]: docarray requires hnsw installation (#19416) 6 months ago
redis community[minor]: import fix (#20995) 4 months ago
__init__.py Ndb enterprise (#21233) 4 months ago
alibabacloud_opensearch.py infra: add -p to mkdir in lint steps (#17013) 7 months ago
analyticdb.py community[patch]: Use uuid4 not uuid1 (#20487) 5 months ago
annoy.py community[patch]: `vectorstores` import update (#21169) 4 months ago
apache_doris.py comminuty[patch]:Fix Error in apache doris insert (#19989) 5 months ago
astradb.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 4 months ago
atlas.py community[patch]: Use uuid4 not uuid1 (#20487) 5 months ago
awadb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
azure_cosmos_db.py community[patch]: Fixing some caching issues for AzureCosmosDBSemanticCache (#18884) 6 months ago
azuresearch.py community[patch]: add delete() method to AzureSearch vector store (#21127) 4 months ago
bagel.py community[patch]: update package name to bagelML (#19948) 4 months ago
bageldb.py community[patch]: update package name to bagelML (#19948) 4 months ago
baiducloud_vector_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
baiduvectordb.py community[patch]: fix bugs in baiduvectordb as vectorstore (#19380) 6 months ago
bigquery_vector_search.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 4 months ago
cassandra.py community[minor]: Relax constraints on Cassandra VectorStore constructors (#21209) 4 months ago
chroma.py community[minor]: import fix (#20995) 4 months ago
clarifai.py community[patch] : Tidy up and update Clarifai SDK functions (#18314) 6 months ago
clickhouse.py Community patch clickhouse make it possible to not specify index (#20460) 5 months ago
couchbase.py community: add Couchbase Vector Store (#18994) 6 months ago
dashvector.py community[minor]: import fix (#20995) 4 months ago
databricks_vector_search.py community[minor]: Add mmr and similarity_score_threshold retrieval to DatabricksVectorSearch (#16829) 7 months ago
deeplake.py community[minor]: import fix (#20995) 4 months ago
dingo.py community[patch]: Use uuid4 not uuid1 (#20487) 5 months ago
documentdb.py community[minor]: Add DocumentDBVectorSearch VectorStore (#17757) 6 months ago
duckdb.py community[minor]: Add `DuckDB` as a vectorstore (#18916) 6 months ago
ecloud_vector_search.py community[minor]: integrate China Mobile Ecloud vector search (#15298) 6 months ago
elastic_vector_search.py elasticsearch[patch], community[patch]: update references, deprecate community classes (#18506) 6 months ago
elasticsearch.py elasticsearch[patch], community[patch]: update references, deprecate community classes (#18506) 6 months ago
epsilla.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
faiss.py commnity[patch]: refactor code for faiss vectorstore, update faiss vectorstore documentation (#18092) 6 months ago
hanavector.py community[patch]: Advanced filtering for HANA Cloud Vector Engine (#20821) 5 months ago
hippo.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
hologres.py community[patch]: Use uuid4 not uuid1 (#20487) 5 months ago
infinispanvs.py community: VectorStore Infinispan, adding autoconfiguration (#18967) 6 months ago
inmemory.py community[patch]: Fix in memory vectorstore to take into account ids when adding docs (#21384) 4 months ago
jaguar.py community[minor]: import fix (#20995) 4 months ago
kdbai.py community: vectorstores.kdbai - Added support for when no docs are present (#18103) 7 months ago
kinetica.py community[patch]: Use uuid4 not uuid1 (#20487) 5 months ago
lancedb.py community[patch]: `vectorstores` import update (#21169) 4 months ago
lantern.py community[patch]: Use uuid4 not uuid1 (#20487) 5 months ago
llm_rails.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
marqo.py infra: add print rule to ruff (#16221) 7 months ago
matching_engine.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 4 months ago
meilisearch.py community[patch]: update for compatibility with latest Meilisearch version (#18970) 6 months ago
milvus.py community[minor]: import fix (#20995) 4 months ago
momento_vector_index.py community[patch]: support momento vector index filter expressions (#14978) 9 months ago
mongodb_atlas.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 4 months ago
myscale.py community: fix myscale delete function bug (#15675) 8 months ago
neo4j_vector.py community[patch]: Support passing graph object to Neo4j integrations (#20876) 5 months ago
nucliadb.py community[minor]: import fix (#20995) 4 months ago
opensearch_vector_search.py community[patch]: Add OpenSearch as semantic cache (#20254) 5 months ago
oraclevs.py Replaced bind variable in SQL with formatted string for compatibility with sql syntax. (#21439) 4 months ago
pathway.py docs: remove repetitive words (#21058) 4 months ago
pgembedding.py community[patch]: Use uuid4 not uuid1 (#20487) 5 months ago
pgvecto_rs.py infra: add -p to mkdir in lint steps (#17013) 7 months ago
pgvector.py community[patch]: pgvector: Slight refactoring to make code a bit more reusable (#16243) 4 months ago
pinecone.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 4 months ago
qdrant.py community[minor]: import fix (#20995) 4 months ago
relyt.py community[minor]: Add relyt vector database (#20316) 5 months ago
rocksetdb.py community[patch]: mmr search for Rockset vectorstore integration (#16908) 5 months ago
scann.py community[patch]: `vectorstores` import update (#21169) 4 months ago
semadb.py infra: add print rule to ruff (#16221) 7 months ago
singlestoredb.py community[patch]: add hybrid search to singlestoredb vectorstore (#20793) 5 months ago
sklearn.py community[patch]: docstrings update (#20301) 5 months ago
sqlitevss.py community[patch]: docstrings update (#20301) 5 months ago
starrocks.py infra: add print rule to ruff (#16221) 7 months ago
supabase.py Support `score_threshold` in SupabaseVectorStore similarity search (#14439) 8 months ago
surrealdb.py community[patch]: surrealdb handle for empty metadata and allow collection names with complex characters (#17374) 5 months ago
tair.py community[minor]: import fix (#20995) 4 months ago
tencentvectordb.py docs: community docstring updates (#21040) 4 months ago
thirdai_neuraldb.py Ndb enterprise (#21233) 4 months ago
tidb_vector.py community[patch]: docstrings update (#20301) 5 months ago
tigris.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
tiledb.py community[patch]: `vectorstores` import update (#21169) 4 months ago
timescalevector.py community[patch]: Use uuid4 not uuid1 (#20487) 5 months ago
typesense.py community[minor]: import fix (#20995) 4 months ago
upstash.py community[minor]: Add support for Upstash Vector (#20824) 4 months ago
usearch.py community[patch]: `vectorstores` import update (#21169) 4 months ago
utils.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
vald.py community[minor]: import fix (#20995) 4 months ago
vdms.py community[patch]: Use uuid4 not uuid1 (#20487) 5 months ago
vearch.py community[minor]: import fix (#20995) 4 months ago
vectara.py community[patch]: docstrings update (#20301) 5 months ago
vespa.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
vikingdb.py community[patch]: Modify the text field type and add new exception handling (#20116) 4 months ago
vlite.py community[minor]: Added VLite as VectorStore (#20245) 5 months ago
weaviate.py community: Fixed schema discrepancy in from_texts function for weaviate vectorstore (#16693) 7 months ago
xata.py multiple: Remove unnecessary Ruff suppression comments (#21050) 4 months ago
yellowbrick.py community[minor]: Add indexing via locality sensitive hashing to the Yellowbrick vector store (#20856) 4 months ago
zep.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
zilliz.py community[patch]: Milvus supports add & delete texts by ids (#16256) 7 months ago