mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 22:56:05 +00:00
- **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.