Skip to content

Commit b397baf

Browse files
Merge branch 'master' into Vipul/hallucination-detector
2 parents c1d99ea + a869f84 commit b397baf

File tree

4,704 files changed

+56623
-513620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,704 files changed

+56623
-513620
lines changed

.claude/settings.local.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(uv run:*)",
5+
"Bash(make:*)",
6+
"WebSearch",
7+
"WebFetch(domain:ai.pydantic.dev)",
8+
"WebFetch(domain:openai.github.io)",
9+
"Bash(uv run:*)",
10+
"Bash(python3:*)"
11+
],
12+
"deny": [],
13+
"ask": []
14+
}
15+
}

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/.github/ @baskaryan @ccurme @eyurtsev
22
/libs/core/ @eyurtsev
3-
/libs/packages.yml @ccurme
3+
/libs/partners/ @ccurme @mdrxy

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
1616
* [LangChain Forum](https://forum.langchain.com/),
1717
* [LangChain documentation with the integrated search](https://docs.langchain.com/oss/python/langchain/overview),
18-
* [API Reference](https://python.langchain.com/api_reference/),
18+
* [API Reference](https://reference.langchain.com/python/),
1919
* [LangChain ChatBot](https://chat.langchain.com/)
2020
* [GitHub search](https://github.com/langchain-ai/langchain),
2121
- type: checkboxes

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
1616
* [LangChain Forum](https://forum.langchain.com/),
1717
* [LangChain documentation with the integrated search](https://docs.langchain.com/oss/python/langchain/overview),
18-
* [API Reference](https://python.langchain.com/api_reference/),
18+
* [API Reference](https://reference.langchain.com/python/),
1919
* [LangChain ChatBot](https://chat.langchain.com/)
2020
* [GitHub search](https://github.com/langchain-ai/langchain),
2121
- type: checkboxes

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,19 @@ Thank you for contributing to LangChain! Follow these steps to mark your pull re
1010
- Allowed `{TYPE}` values:
1111
- feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert, release
1212
- Allowed `{SCOPE}` values (optional):
13-
- core, cli, langchain, standard-tests, docs, anthropic, chroma, deepseek, exa, fireworks, groq, huggingface, mistralai, nomic, ollama, openai, perplexity, prompty, qdrant, xai
14-
- *Note:* the `{DESCRIPTION}` must not start with an uppercase letter.
13+
- core, cli, langchain, standard-tests, text-splitters, docs, anthropic, chroma, deepseek, exa, fireworks, groq, huggingface, mistralai, nomic, ollama, openai, perplexity, prompty, qdrant, xai, infra
1514
- Once you've written the title, please delete this checklist item; do not include it in the PR.
1615

1716
- [ ] **PR message**: ***Delete this entire checklist*** and replace with
1817
- **Description:** a description of the change. Include a [closing keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) if applicable to a relevant issue.
1918
- **Issue:** the issue # it fixes, if applicable (e.g. Fixes #123)
2019
- **Dependencies:** any dependencies required for this change
2120

22-
- [ ] **Add tests and docs**: If you're adding a new integration, you must include:
23-
1. A test for the integration, preferably unit tests that do not rely on network access,
24-
2. An example notebook showing its use. It lives in `docs/docs/integrations` directory.
25-
26-
- [ ] **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://python.langchain.com/docs/contributing/) for more.
21+
- [ ] **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.
2722

2823
Additional guidelines:
2924

3025
- Most PRs should not touch more than one package.
31-
- Please do not add dependencies to `pyproject.toml` files (even optional ones) unless they are **required** for unit tests.
26+
- 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.
3227
- Changes should be backwards compatible.
3328
- Make sure optional dependencies are imported within a function.

.github/actions/people/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/actions/people/action.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)