mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user