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.
This commit is contained in:
Jib
2025-10-13 16:57:40 -04:00
committed by GitHub
parent b93d2f7f3a
commit d418cbdf44

View File

@@ -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,
},