langchain/libs/community/langchain_community/vectorstores
Rohit Gupta 25c4c24e89
Support to create shards_num in milvus vectorstores (#20318)
To support number of the shards for the collection to create in milvus
vvectorstores.

Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!


- [ ] **Add tests and docs**: 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.


- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17.
2024-04-18 08:58:00 -04:00
..
docarray community[patch]: docarray requires hnsw installation (#19416) 2024-03-22 22:39:07 +00:00
redis community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
__init__.py community[minor]: Added VLite as VectorStore (#20245) 2024-04-17 01:24:38 +00:00
alibabacloud_opensearch.py
analyticdb.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
annoy.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 2024-03-06 16:43:01 -05:00
apache_doris.py
astradb.py
atlas.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
awadb.py
azure_cosmos_db.py community[patch]: Fixing some caching issues for AzureCosmosDBSemanticCache (#18884) 2024-03-25 19:06:17 -07:00
azuresearch.py community[patch]: use semantic_configurations in AzureSearch (#19347) 2024-03-26 13:57:39 -07:00
bageldb.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04: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
baiduvectordb.py community[patch]: fix bugs in baiduvectordb as vectorstore (#19380) 2024-03-22 17:03:59 -07:00
bigquery_vector_search.py community[patch]: deprecating remaining google_community integrations (#20471) 2024-04-15 09:57:12 -04:00
cassandra.py community[patch]: Replace function in CassandraVectorStore with simpler lambda (#20323) 2024-04-17 17:13:13 -04:00
chroma.py community[patch]: Revert " Fix the bug that Chroma does not specify `e… (#19866) 2024-04-01 10:10:44 -07:00
clarifai.py community[patch] : Tidy up and update Clarifai SDK functions (#18314) 2024-03-07 19:47:44 -08:00
clickhouse.py Add docstrings for Clickhouse class methods (#19195) 2024-03-19 04:03:12 +00:00
couchbase.py community: add Couchbase Vector Store (#18994) 2024-03-19 12:39:51 -07:00
dashvector.py community: Add partition parameter to DashVector (#19023) 2024-03-16 15:20:30 -07:00
databricks_vector_search.py
deeplake.py
dingo.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
documentdb.py community[minor]: Add DocumentDBVectorSearch VectorStore (#17757) 2024-03-06 15:11:34 -08:00
duckdb.py community[minor]: Add DuckDB as a vectorstore (#18916) 2024-03-25 07:02:35 +00:00
ecloud_vector_search.py community[minor]: integrate China Mobile Ecloud vector search (#15298) 2024-03-27 23:02:40 +00:00
elastic_vector_search.py elasticsearch[patch], community[patch]: update references, deprecate community classes (#18506) 2024-03-06 15:09:12 -08:00
elasticsearch.py elasticsearch[patch], community[patch]: update references, deprecate community classes (#18506) 2024-03-06 15:09:12 -08:00
epsilla.py
faiss.py commnity[patch]: refactor code for faiss vectorstore, update faiss vectorstore documentation (#18092) 2024-03-11 22:33:03 -07:00
hanavector.py community[patch]: More flexible handling for entity names in vector store "HANA Cloud" (#19523) 2024-03-25 15:52:45 -07:00
hippo.py
hologres.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
infinispanvs.py community: VectorStore Infinispan, adding autoconfiguration (#18967) 2024-03-18 21:33:45 -07:00
inmemory.py community[minor]: Add InMemoryVectorStore (#19326) 2024-03-20 10:21:07 -04:00
jaguar.py
kdbai.py
kinetica.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
lancedb.py
lantern.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
llm_rails.py
marqo.py
matching_engine.py
meilisearch.py community[patch]: update for compatibility with latest Meilisearch version (#18970) 2024-03-27 22:08:27 +00:00
milvus.py Support to create shards_num in milvus vectorstores (#20318) 2024-04-18 08:58:00 -04:00
momento_vector_index.py
mongodb_atlas.py
myscale.py
neo4j_vector.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
nucliadb.py
opensearch_vector_search.py community[minor]: Implement Async OpenSearch afrom_texts & afrom_embeddings (#20009) 2024-04-04 15:36:14 +00:00
pathway.py community[minor]: Pathway vectorstore(#14859) 2024-03-29 10:50:39 -07:00
pgembedding.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
pgvecto_rs.py
pgvector.py community[patch]: Fix pgvector deprecated filter clause usage with OR and AND conditions (#20446) 2024-04-16 14:08:07 +00:00
pinecone.py
qdrant.py community[patch]: implement qdrant _aembed_query and use it in other async funcs (#19155) 2024-03-15 21:20:12 +00:00
rocksetdb.py community[patch]: mmr search for Rockset vectorstore integration (#16908) 2024-03-29 18:45:22 +00:00
scann.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 2024-03-06 16:43:01 -05:00
semadb.py
singlestoredb.py
sklearn.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
sqlitevss.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
starrocks.py
supabase.py
surrealdb.py community[patch]: surrealdb handle for empty metadata and allow collection names with complex characters (#17374) 2024-03-29 01:04:27 +00:00
tair.py
tencentvectordb.py community[patch], langchain[minor]: Enhance Tencent Cloud VectorDB, langchain: make Tencent Cloud VectorDB self query retrieve compatible (#19651) 2024-04-09 16:50:48 +00:00
thirdai_neuraldb.py community[minor]: Added integrations for ThirdAI's NeuralDB as a Retriever (#17334) 2024-04-16 16:36:55 -07:00
tidb_vector.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
tigris.py
tiledb.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 2024-03-06 16:43:01 -05:00
timescalevector.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
typesense.py
usearch.py
utils.py
vald.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
vdms.py community[patch]: Use uuid4 not uuid1 (#20487) 2024-04-16 09:40:44 -04:00
vearch.py
vectara.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
vespa.py
vikingdb.py community[patch]: Adding validation when vector does not exist (#19698) 2024-03-28 13:58:23 -07:00
vlite.py community[minor]: Added VLite as VectorStore (#20245) 2024-04-17 01:24:38 +00:00
weaviate.py
xata.py
yellowbrick.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
zep.py
zilliz.py