Commit Graph

122 Commits

Author SHA1 Message Date
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
Mason Daugherty 8d4b9dca79 refs(py): guard against taken ports during serve (#1593) 2025-11-23 02:24:15 -05:00
Mason Daugherty 44520f310f refs(py): add warning to langchain-classic homepage (#1592) 2025-11-23 01:07:51 -05:00
Mason Daugherty 5b6321697e refs(py): build a subsection of python refs (#1451)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-23 00:45:02 -05:00
Mason Daugherty e77474c849 refs(py): add nvidia ai endpoints (#1578) 2025-11-22 00:59:29 -05:00
Lauren Hirata Singh 2b8b816187 Revert "Resolve cookieyes issue" (#1544)
Reverts langchain-ai/docs#1529
2025-11-20 10:45:26 -05:00
Danny Lambert fa86148bdf Resolve cookieyes issue (#1529)
## Overview
Resolve cookieyes issue
2025-11-20 09:39:39 -05:00
Danny Lambert 7f099d229c Added cookieyes consent to head file for python reference docs (#1526)
## Overview
Added CookieYes consent to head file for python reference docs
2025-11-19 11:45:41 -05:00
Mason Daugherty 6a599213e3 chore(refs): bump python refs (#1449) 2025-11-16 00:35:09 -05:00
Mason Daugherty bd026ff658 refs(py): middleware cleanup (#1448) 2025-11-16 00:25:10 -05:00
Mason Daugherty 50036ac743 chore: bump refs (#1447) 2025-11-15 23:22:08 -05:00
Sydney Runkle 33a84ad551 feat: new middleware docs (#1408)
Adding docs for all of:
* file search
* shell tool
* openai content moderation
* anthropic text editor
* anthropic memory
* anthropic bash

and other misc fixes to api refs, removing unhelpful "full examples" and
hiding non-existent js middlewares
2025-11-14 15:09:13 -05:00
Mason Daugherty 4dd8ef6bad refs(py): fix deepagents path and add google homepage (#1426) 2025-11-14 14:48:11 -05:00
Churchill Doro Onome 7e2e0b141c docs: move MCP section to top and clarify langchain-mcp-adapters usage (#1376)
Added section on Model Context Protocol (MCP) support and its benefits.

## Overview
This PR makes the langchain-mcp-adapters package easier to find. It adds
a new “Model Context Protocol (MCP)” section at the top of the
Integrations Overview page.
MCP support was only previously mentioned in a tip block. This made it
hard for developers to find when looking for integration options. This
update shows that MCP is an important integration. It also explains its
purpose and value for users of LangChain and LangGraph.

## Type of change

**Type:** Update existing documentation

## Related issues/PRs
Fixes #32395


## 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
- I have gotten approval from the relevant reviewers
- (Internal team members only / optional) I have created a preview
deployment using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)
2025-11-13 11:53:27 -05:00
Sydney Runkle fb782a8f6b fix: remove category col (#1398) 2025-11-13 10:37:59 -05:00
Sydney Runkle 1078b70700 refactor: new middleware docs (#1382)
* significant cleanup of API ref -- only listing init functions, also
cleaning up tables of refs to various middlewares
* breaking out middleware page into a middleware section with
  * overview
  * custom middlewares
  * prebuilt middlewares
* custom middleware has consolidated content in python re "decorator vs
class based" syntax
* opted to keep config options bc we don't have great API refs for js

still todo:
* general editing
* I think we really want to focus on the "one liner" intros to each
prebuilt
* determine structure for individual middleware sections (do we like
what's here? maybe we don't need the extended examples?)
* need help w/ structure on the index page -- need more conceptual copy
I think?
* we have a diff HITL page that only uses this middleware, what to do
about consolidation there?
* api refs for js

---------

Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev>
2025-11-13 10:08:05 -05:00
Mason Daugherty 33b43cf8b6 oss(py): genai docs work (#1375)
more to come
2025-11-11 01:15:38 -05:00
Lauren Hirata Singh 218218ab2d Update Docs Contributing guide (#1363)
## Overview
- Update README to point to
https://docs.langchain.com/oss/python/contributing/documentation for
contributing guidelines
- Remove dupe content from README
- Edit contributing guide
- Remove language from docs.json 

## Type of change

**Type:** Update

## Related issues/PRs

- Linear issue:
https://linear.app/langchain/issue/DOC-423/add-contributing-guide,
https://linear.app/langchain/issue/DOC-392/clarify-how-to-guides-section-in-contributing-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
- [ ] I have used **root relative** paths for internal links
- [ ] I have updated navigation in `src/docs.json` if needed
- I have gotten approval from the relevant reviewers
- (Internal team members only / optional) I have created a preview
deployment 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-11-10 15:08:56 -05:00
Mason Daugherty 5c794fdfd7 refs(py): updates (#1350)
* Better Middleware TOC & fix entries
* Fix deepagents cards (js)
* Fix fields for middleware & x-ref to model string info
* LangGraph pass
* Fix GenAI multimodal example
* Fix titles
*
2025-11-09 21:21:11 -05:00