From d418cbdf445cd1f67a3976a2cffe0f28b4841d64 Mon Sep 17 00:00:00 2001 From: Jib Date: Mon, 13 Oct 2025 16:57:40 -0400 Subject: [PATCH] docs: flag Multi Tenancy as a `MongoDBAtlasVectorStore` supported feature (#33469) - **Description:** - Change the docs flag for v0.3 branch to list Multi-tenancy as a MongoDBAtlasVectorStore supported feature - **Issue:** N/A - **Dependencies:** None - [x] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. **We will not consider a PR unless these three are passing in CI.** See [contribution guidelines](https://docs.langchain.com/oss/python/contributing) for more. Additional guidelines: - Most PRs should not touch more than one package. - Please do not add dependencies to `pyproject.toml` files (even optional ones) unless they are **required** for unit tests. Likewise, please do not update the `uv.lock` files unless you are adding a required dependency. - Changes should be backwards compatible. - Make sure optional dependencies are imported within a function. --- docs/scripts/vectorstore_feat_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripts/vectorstore_feat_table.py b/docs/scripts/vectorstore_feat_table.py index 6ee0fbce2e0..00d7dd83b50 100644 --- a/docs/scripts/vectorstore_feat_table.py +++ b/docs/scripts/vectorstore_feat_table.py @@ -204,7 +204,7 @@ def get_vectorstore_table(): "similarity_search_with_score": True, "asearch": True, "Passes Standard Tests": True, - "Multi Tenancy": False, + "Multi Tenancy": True, "Local/Cloud": "Local", "IDs in add Documents": True, },