Commit Graph

140 Commits

Author SHA1 Message Date
Mason Daugherty 7423a8e6fc fix: tool docs (DOC-483) (#2084)
Closes #2066, DOC-483

---------

Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev>
2026-02-04 13:24:42 -05:00
Mason Daugherty e46cdb34f4 refs(py): bump (#2396) 2026-01-28 12:05:32 -08:00
E. Eshetu 96cea669a4 Add sync components to langchain_elasticsearch docs (#2385)
Previously was reverted due to a typo langchain-ai/docs#2021. The
original PR was [this](https://github.com/langchain-ai/docs/pull/1960)
This PR fixes typo and adds sync docs for elasticsearch docs 

Please see screenshot below of local dev run for example of a sync
module that was properly rendered
<img width="2382" height="1255" alt="Screenshot 2026-01-27 at 4 08
18 PM"
src="https://github.com/user-attachments/assets/e2dcb0fe-03af-4175-9edd-b1176d0e7bec"
/>
2026-01-27 18:22:21 -08:00
Shardul Vaidya f857c7c19d docs: Add Langchain Amazon Nova references (#1744)
## Overview
<!-- Brief description of what documentation is being added/updated -->
Langchain amazon nova was not included in references

## Type of change

**Type:** New documentation page, Fix links, Update Existing
Documentation

## Checklist
<!-- Put an 'x' in all boxes that apply -->
- [x] I have read the [contributing guidelines](README.md)
- [x] I have tested my changes locally using `docs dev`
- [x] All code examples have been tested and work correctly
- [x] I have used **root relative** paths for internal links
- [x] I have updated navigation in `src/docs.json` if needed

(Internal team members only / optional): Create a preview deployment as
necessary using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)

## Additional notes
<!-- Any other information that would be helpful for reviewers -->

Fast follow to #1696 @ccurme

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: Chester Curme <chester.curme@gmail.com>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
2026-01-23 13:43:06 -05:00
dependabot[bot] c4ed7f1846 chore(deps): bump the uv group across 2 directories with 6 updates (#2317)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/langchain-ai/docs/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 11:35:58 -05:00
dependabot[bot] dd963e26d7 chore(deps): bump pyasn1 from 0.6.1 to 0.6.2 in /reference/python in the uv group across 1 directory (#2262)
Bumps the uv group with 1 update in the /reference/python directory:
[pyasn1](https://github.com/pyasn1/pyasn1).

Updates `pyasn1` from 0.6.1 to 0.6.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyasn1/pyasn1/releases">pyasn1's
releases</a>.</em></p>
<blockquote>
<h2>Release 0.6.2</h2>
<p>It's a minor release.</p>
<ul>
<li>Fixed continuation octet limits in OID/RELATIVE-OID decoder
(CVE-2026-23490).</li>
<li>Added support for Python 3.14.</li>
<li>Added SECURITY.md policy.</li>
<li>Migrated to pyproject.toml packaging.</li>
</ul>
<p>All changes are noted in the <a
href="https://github.com/pyasn1/pyasn1/blob/master/CHANGES.rst">CHANGELOG</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst">pyasn1's
changelog</a>.</em></p>
<blockquote>
<h2>Revision 0.6.2, released 16-01-2026</h2>
<ul>
<li>CVE-2026-23490 (GHSA-63vm-454h-vhhq): Fixed continuation octet
limits
in OID/RELATIVE-OID decoder (thanks to tsigouris007)</li>
<li>Added support for Python 3.14
[pr <a
href="https://redirect.github.com/pyasn1/pyasn1/issues/97">#97</a>](<a
href="https://redirect.github.com/pyasn1/pyasn1/pull/97">pyasn1/pyasn1#97</a>)</li>
<li>Added SECURITY.md policy</li>
<li>Fixed unit tests failing due to missing code
[issue <a
href="https://redirect.github.com/pyasn1/pyasn1/issues/91">#91</a>](<a
href="https://redirect.github.com/pyasn1/pyasn1/issues/91">pyasn1/pyasn1#91</a>)
[pr <a
href="https://redirect.github.com/pyasn1/pyasn1/issues/92">#92</a>](<a
href="https://redirect.github.com/pyasn1/pyasn1/pull/92">pyasn1/pyasn1#92</a>)</li>
<li>Migrated to pyproject.toml packaging
[pr <a
href="https://redirect.github.com/pyasn1/pyasn1/issues/90">#90</a>](<a
href="https://redirect.github.com/pyasn1/pyasn1/pull/90">pyasn1/pyasn1#90</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyasn1/pyasn1/commit/e7356f89cf32c130d65b1a0e903fe7ecce426424"><code>e7356f8</code></a>
Prepare release 0.6.2</li>
<li><a
href="https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"><code>3908f14</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/pyasn1/pyasn1/commit/0a7e067674b1ec558f9d233a3bc173472fe27c6c"><code>0a7e067</code></a>
Add support for Python 3.14 (<a
href="https://redirect.github.com/pyasn1/pyasn1/issues/97">#97</a>)</li>
<li><a
href="https://github.com/pyasn1/pyasn1/commit/33656e986d8e2355123799e7267104ac7d8a6fb1"><code>33656e9</code></a>
Create Security Policy</li>
<li><a
href="https://github.com/pyasn1/pyasn1/commit/fa62307253f4423effac71a618e20fabaa37e22e"><code>fa62307</code></a>
fix for issue <a
href="https://redirect.github.com/pyasn1/pyasn1/issues/91">#91</a>: unit
tests failing due to missing code (<a
href="https://redirect.github.com/pyasn1/pyasn1/issues/92">#92</a>)</li>
<li><a
href="https://github.com/pyasn1/pyasn1/commit/f1ed02e41c193a66741572185bab94d34f43daec"><code>f1ed02e</code></a>
Package pyasn1 with pyproject.toml (<a
href="https://redirect.github.com/pyasn1/pyasn1/issues/90">#90</a>)</li>
<li><a
href="https://github.com/pyasn1/pyasn1/commit/93c4d4f0b6af84c13517b5700104ac57fb6d3fe5"><code>93c4d4f</code></a>
Switch documentation user to pyasn1 (<a
href="https://redirect.github.com/pyasn1/pyasn1/issues/89">#89</a>)</li>
<li>See full diff in <a
href="https://github.com/pyasn1/pyasn1/compare/v0.6.1...v0.6.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyasn1&package-manager=uv&previous-version=0.6.1&new-version=0.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/langchain-ai/docs/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-17 01:09:30 -05:00
Mason Daugherty f9ee9bab31 refs(py): deepagents overhaul (#2270) 2026-01-17 01:08:38 -05:00
Mason Daugherty 382386cd7e replace old URLs, bump refs (#2251)
squash usage of some old URLs/broken redirects. still many to go
2026-01-15 15:21:25 -05:00
Mason Daugherty 619ba03a3c refs(py): bump (#2212) 2026-01-13 16:15:49 -05:00
Mason Daugherty d7e797c987 refs(py): bump refs (#2145) 2026-01-08 16:16:07 -05:00
Mason Daugherty 6e104c9a12 refs(py): langsmith client browser bar title fixes (#2110)
search was being funky
2026-01-06 15:55:09 -05:00
Mason Daugherty 88237e97d1 Revert "refs(py): simplify cookie logic, turn off instant nav" (#2080)
Reverts langchain-ai/docs#2073
2026-01-05 04:15:36 -05:00
Mason Daugherty 69c6d0f2ef refs(py): refactor insiders install (#2079)
As of 9.7.0, everything previously paywalled is GA
2026-01-05 04:00:51 -05:00
Mason Daugherty 25cb34f864 refs(py): bump (#2078) 2026-01-05 03:18:56 -05:00
Mason Daugherty bc88088bdc refs(py): simplify cookie logic, turn off instant nav (#2073)
fix formatting issues
2026-01-05 02:39:17 -05:00
Mason Daugherty 3f64006c75 oss(py): clarify id vs file_id (#2057) 2026-01-01 22:18:18 -06:00
Mason Daugherty 2ec0da95c2 refs(py): bump (#2041) 2025-12-28 20:48:30 -06:00
Mason Daugherty 562d628a40 Revert "Add sync components to langchain_elasticsearch docs" (#2021)
Reverts langchain-ai/docs#1960

```txt
[1] ERROR   -  mkdocstrings: langchain_elasticsearch._sync.embeddings.AsyncElasticsearchEmbeddings could not be found
[1] ERROR   -  Error reading page 'integrations/langchain_elasticsearch.md':
[1] ERROR   -  Could not collect 'langchain_elasticsearch._sync.embeddings.AsyncElasticsearchEmbeddings'
```
2025-12-25 22:15:16 -06:00
E. Eshetu 674818feb8 Add sync components to langchain_elasticsearch docs (#1960)
## Overview
<!-- Brief description of what documentation is being added/updated -->

## Type of change

**Type:** [Update existing documentation]

## Related issues/PRs
<!--
Link to related issues, feature PRs, or discussions (if applicable)

To automatically close an issue when this PR is merged, use closing
keywords:
- "closes #123" or "fixes #123" or "resolves #123"

For regular references without auto-closing, just use:
- "#123" or "See issue #123"

Examples:
- closes #456 (will auto-close issue #456 when PR is merged)
- See #789 for context (will reference but not auto-close issue #789)
-->
- GitHub issue:
- Feature PR:

<!-- For LangChain employees, if applicable: -->
- Linear issue:
- Slack thread:

## Checklist
<!-- Put an 'x' in all boxes that apply -->
- [ ] I have read the [contributing guidelines](README.md)
- [ ] I have tested my changes locally using `docs dev`
- [ ] All code examples have been tested and work correctly
- [ ] I have used **root relative** paths for internal links
- [ ] I have updated navigation in `src/docs.json` if needed

(Internal team members only / optional): Create a preview deployment as
necessary using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)

## Additional notes
<!-- Any other information that would be helpful for reviewers -->
2025-12-25 21:57:15 -06:00
Mason Daugherty 9ddb3f2c88 refs(py): bump refs (#2006) 2025-12-22 17:58:44 -06:00
Mason Daugherty 03f5d93146 refs(py): turn off cookie debugging (#1989) 2025-12-19 12:32:16 -06:00
Mason Daugherty ed632f4d80 refs(py): debug cookie banner style (#1988) 2025-12-19 12:02:16 -06:00
Mason Daugherty 98e8ecc0d7 refs(py): attempt to add back cookie banner (#1987)
should avoid race conditions with MkDocs styles
2025-12-19 11:15:25 -06:00
Mason Daugherty 07b6f834aa refs(py): fix lockfile (#1929) 2025-12-15 21:21:56 -05:00
eyo eshetu 5136c1b0d8 Add AsyncElasticsearchChatMessageHistory to reference docs (#1843)
## Overview
<!-- Brief description of what documentation is being added/updated -->

## Type of change

**Type:**  Update existing documentation

## Related issues/PRs
<!--
Link to related issues, feature PRs, or discussions (if applicable)

To automatically close an issue when this PR is merged, use closing
keywords:
- "closes #123" or "fixes #123" or "resolves #123"

For regular references without auto-closing, just use:
- "#123" or "See issue #123"

Examples:
- closes #456 (will auto-close issue #456 when PR is merged)
- See #789 for context (will reference but not auto-close issue #789)
-->
- GitHub issue:
- Feature PR:

<!-- For LangChain employees, if applicable: -->
- Linear issue:
- Slack thread:

## Checklist
<!-- Put an 'x' in all boxes that apply -->
- [ ] I have read the [contributing guidelines](README.md)
- [ ] I have tested my changes locally using `docs dev`
- [ ] All code examples have been tested and work correctly
- [ ] I have used **root relative** paths for internal links
- [ ] I have updated navigation in `src/docs.json` if needed

(Internal team members only / optional): Create a preview deployment as
necessary using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)

## Additional notes
<!-- Any other information that would be helpful for reviewers -->

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-12-15 14:29:40 -05:00
Mason Daugherty 698c89a1df refs(py): make langchain-unstructured work (#1913)
following v1 compat
2025-12-15 13:17:39 -05:00
Mason Daugherty 96e4df455e oss(py): show extras as attr on BaseTool (#1908) 2025-12-15 10:21:52 -05:00
ccurme df312fca3f (langchain 1.2) document programmatic tool calling and container reuse (#1865)
WIP until langchain 1.2 is released

---------

Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-12-12 15:23:24 -05:00
Mason Daugherty 76a76f33aa oss(py): anthropic tool types (#1832) 2025-12-12 15:03:28 -05:00
Mason Daugherty c7e2914968 refs(py): add langchain-elasticsearch (#1827) 2025-12-09 22:42:14 -05:00
Mason Daugherty 3ad3945f36 refs(py): add API reference link for LangChain v0.3.x (#1822) 2025-12-09 20:30:48 -05:00
Mason Daugherty c7fea9171a oss(py): more work on anthropic/others (#1821) 2025-12-09 19:52:12 -05:00
Mason Daugherty 3d0ad3b91d oss: google consolidation updates 2025-12-08 14:08:50 -05:00
Mason Daugherty 49385faf98 refs(py): switch some admonition types, nits (#1755) 2025-12-05 16:40:48 -05:00
Sydney Runkle a82517396e revamped MCP docs! (#1701)
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev>
2025-12-05 00:41:59 +00:00
Mason Daugherty 9970926895 refs(py): swarm, supervisor (#1741) 2025-12-04 14:39:42 -05:00
Mason Daugherty 2250fb2876 refs(py): add langchain-azure-postgresql (#1723) 2025-12-03 11:35:17 -05:00
Mason Daugherty 9702579445 bump py refs again (#1720) 2025-12-02 20:54:24 -05:00
Mason Daugherty 509ab58645 bump again cause jacob forgot to commit (#1717) 2025-12-02 18:00:54 -05:00
Mason Daugherty 1cb7f24bec bump refs for jacob (#1713) 2025-12-02 17:24:47 -05:00
Mason Daugherty 02a224c084 oss(py): fix genai docs (#1711) 2025-12-02 16:15:21 -05:00
Mason Daugherty bbc0b3c9bb fix middleware docs (#1682) 2025-12-01 14:34:41 -05:00
Mason Daugherty 05dce2e049 refs(py): make page wider (#1683) 2025-12-01 14:32:16 -05:00
Mason Daugherty 290de2547a refs(py): bump (#1638) 2025-11-26 18:02:11 -05:00
Matt H dbdc0cc152 Add langchain-parallel docs (#1620)
## Overview
We have recently published the `langchain-parallel` integration,
allowing developers to use Parallel's search, extract, and chat features
with LangChain.
- GitHub repo:
https://github.com/parallel-web/langchain-parallel/tree/main
 - Docs: https://docs.parallel.ai/integrations/langchain

This PR adds net new documentation for this integration to the LangChain
docs.

## Type of change

**Type:** New documentation page

## Related issues/PRs
Discussions on Slack in `langchain-parallel-shared`.

## Checklist
<!-- Put an 'x' in all boxes that apply -->
- [x] I have read the [contributing guidelines](README.md)
- [x] I have tested my changes locally using `docs dev`
- [x] All code examples have been tested and work correctly
- [x] I have used **root relative** paths for internal links
- [x] I have updated navigation in `src/docs.json` if needed

(Internal team members only / optional): Create a preview deployment as
necessary using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)

## Additional notes
<!-- Any other information that would be helpful for reviewers -->

---------

Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-11-25 18:53:32 -05:00
Mason Daugherty a9aa3fd346 refs: update Anthropic + some other misc (#1629) 2025-11-25 18:06:36 -05:00
Mason Daugherty 06453ef91d refs(py): add Redis (#1618) 2025-11-24 19:18:30 -05:00
Mason Daugherty 43c990144c bump refs (#1613) 2025-11-24 13:54:38 -05:00
Mason Daugherty 1383d75062 refs(py): delete model profiles from refs (#1601) 2025-11-23 19:39:37 -05:00
Mason Daugherty f502d5f501 refs: add py cerebras, pinecone, upstage, add PR labeler for refs (#1594) 2025-11-23 03:14:42 -05:00