Skip to content

Conversation

@eyurtsev
Copy link
Collaborator

(Replace this entire block of text)

Thank you for contributing to LangChain! Follow these steps to mark your pull request as ready for review. If any of these steps are not completed, your PR will not be considered for review.

  • PR title: Follows the format: {TYPE}({SCOPE}): {DESCRIPTION}

    • Examples:
      • feat(core): add multi-tenant support
      • fix(cli): resolve flag parsing error
      • docs(openai): update API usage examples
    • Allowed {TYPE} values:
      • feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert, release
    • Allowed {SCOPE} values (optional):
      • core, cli, langchain, standard-tests, docs, anthropic, chroma, deepseek, exa, fireworks, groq, huggingface, mistralai, nomic, ollama, openai, perplexity, prompty, qdrant, xai
    • Note: the {DESCRIPTION} must not start with an uppercase letter.
    • Once you've written the title, please delete this checklist item; do not include it in the PR.
  • PR message: Delete this entire checklist and replace with

  • Add tests and docs: If you're adding a new integration, you must 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. We will not consider a PR unless these three are passing in CI. See contribution guidelines 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.
  • Changes should be backwards compatible.
  • Make sure optional dependencies are imported within a function.

mdrxy and others added 30 commits October 2, 2025 11:32
Description:

currently mustache_schema("{{x.y}} {{x}}") will error. pr fixes

Issue: na
**Dependencies:**na

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
…ture (#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.
Co-authored-by: Mason Daugherty <mason@langchain.dev>
@github-actions github-actions bot added fix For PRs that implement a fix documentation Improvements or additions to documentation integration PR made that is related to a provider partner package integration core `langchain-core` package issues & PRs langchain `langchain` package issues & PRs standard-tests Related to the package `standard-tests` infra PRs made that include chores, devops, repo meta changes text-splitters Related to the package `text-splitters` dependencies Pull requests that update a dependency file (e.g. `pyproject.toml` or `uv.lock`) github_actions Pull requests that update GitHub Actions code cli `langchain-cli` package issues & PRs langchain-classic anthropic `langchain-anthropic` package issues & PRs chroma `langchain-chroma` package issues & PRs deepseek `langchain-deepseek` package issues & PRs exa `langchain-exa` package issues & PRs fireworks `langchain-fireworks` package issues & PRs groq `langchain-groq` package issues & PRs huggingface `langchain-huggingface` package issues & PRs mistralai `langchain-mistralai` package issues & PRs nomic `langchain-nomic` package issues & PRs ollama `langchain-ollama` package issues & PRs openai `langchain-openai` package issues & PRs perplexity `langchain-perplexity` package issues & PRs prompty `langchain-prompty` package issues & PRs qdrant `langchain-qdrant` package issues & PRs xai `langchain-xai` package issues & PRs labels Nov 19, 2025
@eyurtsev eyurtsev closed this Nov 19, 2025
@mdrxy mdrxy added the internal label Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

anthropic `langchain-anthropic` package issues & PRs chroma `langchain-chroma` package issues & PRs cli `langchain-cli` package issues & PRs core `langchain-core` package issues & PRs deepseek `langchain-deepseek` package issues & PRs dependencies Pull requests that update a dependency file (e.g. `pyproject.toml` or `uv.lock`) documentation Improvements or additions to documentation exa `langchain-exa` package issues & PRs fireworks `langchain-fireworks` package issues & PRs fix For PRs that implement a fix github_actions Pull requests that update GitHub Actions code groq `langchain-groq` package issues & PRs huggingface `langchain-huggingface` package issues & PRs infra PRs made that include chores, devops, repo meta changes integration PR made that is related to a provider partner package integration internal langchain `langchain` package issues & PRs langchain-classic mistralai `langchain-mistralai` package issues & PRs nomic `langchain-nomic` package issues & PRs ollama `langchain-ollama` package issues & PRs openai `langchain-openai` package issues & PRs perplexity `langchain-perplexity` package issues & PRs prompty `langchain-prompty` package issues & PRs qdrant `langchain-qdrant` package issues & PRs standard-tests Related to the package `standard-tests` text-splitters Related to the package `text-splitters` xai `langchain-xai` package issues & PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants