Commit Graph

77 Commits

Author SHA1 Message Date
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
Mason Daugherty d8126e3115 google refresh + other nits (#1328) 2025-11-06 23:53:36 -05:00
Mason Daugherty 57234b70ad various fixes (#1327) 2025-11-06 17:48:11 -05:00
Mason Daugherty 96d44e4e0e refs(py): community base (no content) (#1304) 2025-11-05 14:23:28 -05:00
Mason Daugherty e4c339a142 refs(py): clean up/standardize integration callouts (#1278) 2025-11-04 13:12:44 -05:00
Mason Daugherty 9a0bf94d28 refs(py): add langchain-weaviate (#1277) 2025-11-04 13:08:52 -05:00
Mason Daugherty 64a8429e98 refs(py): add langchain-model-profiles (#1273) 2025-11-04 10:36:44 -05:00
Mateusz Szewczyk 87821c6623 docs(langchain-ibm): Updated langchain-ibm and langchain-db2 docs, Added correct icons, Makes IBM more visible (#1270)
## Overview

Updated `langchain-ibm` and `langchain-db2` docs, 
Added correct icons, 
Makes `IBM` more visible

## 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 -->
- [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
- [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)

## 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-11-04 10:23:19 -05:00
Mason Daugherty 95ea7d087c refs(py): add langchain-cohere (#1272) 2025-11-04 10:08:59 -05:00
Mason Daugherty e9d192151b refs(py): standard tests (#1265)
improve org

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-03 23:28:45 -05:00
Mateusz Szewczyk e7ef74d137 docs(langchain-ibm): Updated langchain-ibm reference documentation (#1247)
## Overview
Updated `langchain-ibm` reference documentation

## Type of change

**Type:** [Replace with: New documentation page / Update existing
documentation / Fix typo/bug/link/formatting / Remove outdated content /
Other]

- Update existing documentation: Updated `langchain-ibm` reference
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 -->
- [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-03 17:09:07 -05:00
Mason Daugherty 0bbdbd7159 refs(py): azure ai content (#1230) 2025-11-03 12:17:37 -05:00
Mason Daugherty 7ff8d4b09e refs(py): 10/31 (#1229) 2025-10-31 18:31:08 -04:00
Mason Daugherty d4a78f46e9 refs: add db2, ibm, supervisor (#1207) 2025-10-30 18:02:12 -04:00
Caspar Broekhuizen b8cb4b6fe8 docs(langgraph): add docs on Overwrite (#1202)
Add docs on new LangGraph `Overwrite` type, which is used to bypass a
reducer in a BinaryOperatorAggregate channel and write directly to the
channel.

[Overwrite LG
permalink](https://github.com/langchain-ai/langgraph/blob/c1661dd07fa6dca871e327b48caefc585e48e36e/libs/langgraph/langgraph/types.py#L522)

There is a problem with rendering the Overwrite example in the reference
doc:

<img width="500" alt="image"
src="https://github.com/user-attachments/assets/a9a6dc63-93f2-43f6-95f7-b7a9eeb1e168"
/>
2025-10-30 09:16:54 -07:00
Mason Daugherty 36512339b2 migration guide additions & fix refs build (#1190)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-29 17:15:04 -04:00
Mason Daugherty 3eeb46a4f4 refs(py): 10/29 (#1189) 2025-10-29 16:41:59 -04:00
Mason Daugherty 5c450d2392 oss: errors + more (#1174)
- fix links
- more x-refs
- style (capitalizing headers properly, remove unicode whitespace
artifacts)
- link to `langsmith` REST API in ref homepage
- migrate `langchain` error code refs
2025-10-28 23:25:24 -04:00
Mason Daugherty 18b5239a2a 10/28 refs & more (#1164)
- `UsageMetadata` in `langchain`
- `langchain-neo4j`
2025-10-28 14:26:32 -04:00
Mason Daugherty 22c8cf0c73 10/27 work (#1146)
* add info about snippet link resolution
* add `langchain_milvus` to refs
* correct browser titles for package ref pages
* langsmith ref homepage
* don't warn on absolute link usage in refs
* fix broken links
* add note about completions API compat for OpenAI
* add OpenRouter callout
* formatting
* move langgraph errors to folder (and add redirects)
* remove deprecated gemini image gen model
* grok/groq confusion callout

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-27 16:28:09 -04:00
Mason Daugherty 0a9f97bea5 10/24 refs & integrations work (#1129) 2025-10-24 16:07:32 -04:00
anjaliratnam-msft 4126db6e02 feat: add langchain-azure-storage to reference docs (#1040)
Added
[langchain-azure-storage](https://pypi.org/project/langchain-azure-storage/)
to the reference docs with a new documentation page. We also plan to
create another PR to update the main LangChain documentation so that it
points to our newly created document loader instead of a previous
implementation. This PR is only to update the reference docs.

## 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
- [ ] 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)

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-10-22 17:21:27 -04:00
Mason Daugherty ea9ae59b4f 10/22 cleanup (#1099) 2025-10-22 16:30:59 -04:00
Mason Daugherty 14440b7810 10/21 refs work (#1074) 2025-10-21 17:04:08 -04:00
Mason Daugherty bbf0f9f308 refs(py): langchain_classic foundations (#1043)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-21 01:17:29 -04:00
Mason Daugherty 41193344b3 refs work 10/20 (#1039)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-20 18:46:34 -04:00
Aayush Kataria fb00a6ac40 Updating docs for langchain azure ai repo (#963)
## Overview
- Added updates for Azure Cosmos DB Vector Store in the for
langchain-azure-ai repo.

## Type of change

**Type:** Update existing documentation / Remove outdated content

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-10-20 01:28:32 -04:00
Mason Daugherty 9de5f272d1 eod work 10/19 (#1008)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-20 00:56:08 -04:00
Mason Daugherty 25f3dfacb9 fix: refs locale warning (#1004) 2025-10-19 20:39:46 -04:00
Mason Daugherty a1d3d334f7 fix: add pngquant dep for vercel build (#1003) 2025-10-19 20:33:23 -04:00
Mason Daugherty d05c8cd8d9 refs: use --no-sync to prevent uninstalling insiders (#1002) 2025-10-19 20:18:36 -04:00
Mason Daugherty 62c6ac464f refs: enable privacy plugin (#1001) 2025-10-19 20:09:53 -04:00
Mason Daugherty 8e39f250a7 fix: refs build/serve plugin conditional (#999) 2025-10-19 19:49:09 -04:00
Mason Daugherty 7fe1e0b8f8 more ref build fixes (#998) 2025-10-19 19:37:04 -04:00
Mason Daugherty 54a20f378e fix: use env var w/ bool val for insiders (#996)
`ENABLE_INSIDERS_PLUGINS`
2025-10-19 19:17:01 -04:00
Mason Daugherty eb98691209 fix: ensure system-wide installation for mkdocs-material in script (#995) 2025-10-19 19:06:05 -04:00
Mason Daugherty 7ffcf44299 ref docs: use insiders (#993) 2025-10-19 19:02:21 -04:00
Mason Daugherty c8c5a50d33 refs: perf improvements and styling (#970) 2025-10-17 01:33:52 -04:00
Mason Daugherty 05dea44ecd more integrations/refs work (#967) 2025-10-17 00:01:57 -04:00
Mason Daugherty 6ee8978bcd refs and more x-refs! (#965) 2025-10-16 21:01:47 -04:00
Mason Daugherty 06735eb013 refs: disable privacy plugin (#959)
Will re-enable when acquiring sponsor tier (#950)
2025-10-16 20:00:41 +00:00
Mason Daugherty c70bcfa73f more x-refs (#958) 2025-10-16 15:48:27 -04:00
Mason Daugherty 45a22c0fea bump refs (#954) 2025-10-16 12:24:35 -04:00
Mason Daugherty 8abf420a41 fix: pepy download upstream rate limited (#953)
#950

also make links open in new tab
2025-10-16 11:54:13 -04:00
Mason Daugherty ab47785cfd claude url fixes (#951) 2025-10-16 11:22:09 -04:00
Mason Daugherty 4703a1d6e5 python refs: add info on external cross-referencing (#948)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-16 11:13:26 -04:00