-
Notifications
You must be signed in to change notification settings - Fork 20.6k
fix(core): #34037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
fix(core): #34037
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…g api ref doc build (#33325)
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.
still need to add v0.3 redirects
Co-authored-by: Mason Daugherty <mason@langchain.dev>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Noneparameters from options dictionary (fix(ollama): excludeNoneparameters from options dictionary #33208) (fix(ollama): excludeNoneparameters from options dictionary (#33208) #33209)vercel.jsonredirects (docs: fix infinite loop invercel.jsonredirects #33240)MongoDBAtlasVectorStoresupported feature (docs: flag Multi Tenancy as aMongoDBAtlasVectorStoresupported feature #33469)@vercel/edgeimport (fix: (v0.3) unsupported@vercel/edgeimport #33620)(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}
{TYPE}values:{SCOPE}values (optional):{DESCRIPTION}must not start with an uppercase letter.PR message: Delete this entire checklist and replace with
Add tests and docs: If you're adding a new integration, you must include:
docs/docs/integrationsdirectory.Lint and test: Run
make format,make lintandmake testfrom 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:
pyproject.tomlfiles (even optional ones) unless they are required for unit tests.