Commit Graph

62 Commits

Author SHA1 Message Date
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
Mason Daugherty 46bfbbf83c more refs! (#937)
updated x-ref parser to escape inner code backticks

begin x-reffing in main docs

dropped old refs site from link map
2025-10-15 23:36:51 -04:00
Mason Daugherty 5e6cce40e0 fix: wip ref issue template callout url (#932) 2025-10-15 19:02:07 -04:00
Mason Daugherty b982e7293a 10/15 ref work (#917) 2025-10-15 18:50:04 -04:00
Mason Daugherty 33ab90d70e 10/14 ref work (#875) 2025-10-15 10:34:25 -04:00
Kathryn May 68a794b106 WIP Draft nav + sidebar updates for langsmith platform (#651)
This PR updates the docs for LangSmith Platform, folding in LGP.
Specifically:

- Update to tab arrangement.
- Big content changes in Deployments tab (now Agent deployment as well
as Platform infrastructure deployment).
- Changing the name of the Studio feature.
- Overhaul of home page.
- Updates to tab landing pages to follow the same card format
consistently.
- Moving LGP content into the LS directory in the docs.

## Latest preview:


https://langchain-5e9cc07a-preview-langsm-1760109143-df9b7ef.mintlify.app/langsmith/home
2025-10-14 10:21:52 -04:00
Mason Daugherty fc9b7f165e wip refs (#863) 2025-10-13 21:38:58 -04:00
Eugene Yurtsev c1b87bdf75 fix(langchain): update python reference to reflected changes in namespace (#850)
Delete stuff no longer exposed in langchain v1
2025-10-11 10:23:53 -04:00
Mason Daugherty 3d8d91577c fix: refs again (#847) 2025-10-11 09:52:08 -04:00
Mason Daugherty dfb7ae9226 fix: refs (#846) 2025-10-11 09:16:28 -04:00
Mason Daugherty add29859a3 oss refs 10/10 (#824) 2025-10-10 17:58:09 -04:00
Mason Daugherty 83d577fb5b python ref work 10/9 (#803) 2025-10-09 19:29:02 -04:00
Mason Daugherty a250321b6b oss openai py ref pass (#793) 2025-10-08 18:42:09 -04:00
Mason Daugherty 5fce9e40c2 oss: more py ref work (#785) 2025-10-07 23:11:48 -04:00
Lauren Hirata Singh 40012b495f update favicons (#773)
## Overview
Change favicons to dark teal

## Type of change

**Type:** Update

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

## Additional notes
<!-- Any other information that would be helpful for reviewers -->
2025-10-07 15:23:12 -04:00
Mason Daugherty a12f1fb022 fix: link to old py ref (#775) 2025-10-07 15:20:37 -04:00