Andrew Nguonly and GitHub
4bdbebb3e4
docs: Update beta labels for deployment options ( #4643 )
...
@lnhsingh, let me know if you're ok with this copy and messaging
placement.
2025-05-11 10:33:38 -07:00
ce5d3c9c5a
docs: Remove self-hosted lite deployment option ( #4645 )
...
### Summary
Self-Hosted Lite is a server version, not a deployment option.
---------
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-05-11 10:29:01 -07:00
Eugene Yurtsev and GitHub
dda4b02095
docs: remove customer support bot example ( #4641 )
...
Hide example temporarily until we bring it up to date
2025-05-09 21:19:35 -04:00
Arjun Natarajan
6f6ae8edce
update footer color
2025-05-09 21:05:43 -04:00
lc-arjun and GitHub
ee11294351
feat(docs): assistants and threads and faqs ( #4642 )
2025-05-09 15:35:11 -07:00
Arjun Natarajan
6d3dae6fd1
assistants and threads and faqs
2025-05-09 18:11:44 -04:00
Eugene Yurtsev and GitHub
200c09b662
docs: re-enable strict mode ( #4638 )
...
- Turn on strict mode to fail docs build if there are any internal
broken anchor links.
- Fix broken anchor links.
- Delete storm tutorial that has fake markdown inside it (we'll figure
out how to deal with it later)
2025-05-09 17:25:11 -04:00
Eugene Yurtsev and GitHub
af80d6b339
docs: re-org side bar ( #4640 )
2025-05-09 17:21:15 -04:00
Eugene Yurtsev and GitHub
220f9aaaab
docs: fix formatting in overview for getting started tutorial ( #4639 )
2025-05-09 16:48:13 -04:00
+2
3055c4b9cc
[docs] LangGraph / LangGraph Platform docs updates ( #4479 )
...
Main changes made:
- Add top level horizontal tabs
- Reorganize the sidenav
- Build out README/index page
- Consolidate how-tos under each section
- Remove duplicate content
---------
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
Co-authored-by: Tat Dat Duong <david@duong.cz >
Co-authored-by: Sydney Runkle <sydneymarierunkle@gmail.com >
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
Co-authored-by: Vadym Barda <vadym@langchain.dev >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: ccurme <chester.curme@gmail.com >
Co-authored-by: Andrew Nguonly <andrewnguonly@users.noreply.github.com >
Co-authored-by: David Asamu <david.asamu@langchain.dev >
Co-authored-by: infra <mukil@langchain.dev >
Co-authored-by: Arjun Natarajan <arjun@langchain.dev >
2025-05-09 16:09:43 -04:00
Eugene Yurtsev and GitHub
4210188ade
docs: remove giscus comments ( #4616 )
2025-05-09 11:22:43 -04:00
William FH and GitHub
c1bf678ed1
Update openapi spec ( #4599 )
...
Incorporate new arguments added to the API, including the `/mcp` paths
2025-05-08 09:14:18 -07:00
Lauren Hirata Singh
cf89499507
Update banner
2025-05-07 20:07:31 -04:00
Vadym Barda and GitHub
79dffe20b2
docs: update multi agent multi-turn howto ( #4582 )
...
Fixes #4554
2025-05-07 16:06:28 -04:00
Gustaf and GitHub
ffaddab110
docs: Fixed incorrect tool in 'Write from tools' documentation ( #4572 )
...
I was having trouble following this section of the docs and I realized
it is because the incorrect tools is included in the tools list.
`update_user_info` was defined earlier in the file but never used.
2025-05-07 11:06:44 -04:00
Lauren Hirata Singh and GitHub
b44be763fb
Fix typos ( #4567 )
2025-05-06 13:41:32 -07:00
infra
2e8e9e4531
docs: update ingress requirement for self hosted control plane
2025-05-06 11:46:31 -07:00
William FH and GitHub
0e2471b401
Add LANGGRAPH_POSTGRES_POOL_MAX_SIZE env var ( #4562 )
2025-05-06 18:23:55 +00:00
Jacob Lee and GitHub
8837f8452c
docs: Fix JS example in custom auth how-tos ( #4536 )
...
Should be `defaultHeaders`:
https://github.com/langchain-ai/langgraph/blob/main/libs/sdk-js/src/client.ts#L76
2025-05-05 12:35:00 -07:00
Vadym Barda and GitHub
306915690c
docs(concepts): update HITL Command section ( #4533 )
2025-05-05 18:44:32 +00:00
Vadym Barda and GitHub
b19405b296
docs: hide old RAG tutorials ( #4525 )
2025-05-04 21:03:05 +00:00
Vadym Barda and GitHub
101ad12292
docs: update agentic rag tutorial ( #4513 )
2025-05-04 20:59:08 +00:00
Vadym Barda and GitHub
df58a71567
docs: update api ref test ( #4516 )
2025-05-02 13:58:29 -04:00
Vadym Barda and GitHub
ee04c32bb3
docs: update api ref links to be smaller / italicized ( #4514 )
2025-05-02 12:50:21 -04:00
Eugene Yurtsev and GitHub
dd4ad48864
docs: add /mcp endpoint concept for LangGraph Server ( #4151 )
...
Documents the /mcp endpoint for LangGraph Server
2025-05-01 22:14:22 -04:00
Vadym Barda and GitHub
f79c8487d9
docs: remove nonexistent pages from nav ( #4504 )
2025-05-01 21:34:24 -04:00
Vadym Barda and GitHub
284e9a2cb4
docs: hide hierarchical tutorial from nav ( #4503 )
2025-05-01 21:24:12 -04:00
Vadym Barda and GitHub
9216e949e9
docs: update multi-agent supervisor tutorial to use handoffs ( #4491 )
2025-05-01 21:22:14 -04:00
gyudoza and GitHub
a6e2d9e197
docs(rag): fix many typo of generate at RAG section ( #4490 )
...
While I was studying about RAG by using langgraph, I found these typos.
2025-05-02 01:19:24 +00:00
Eugene Yurtsev and GitHub
abae398a3a
fix(docs): fix indent typo in code snippet in human-in-the-loop.md ( #4501 )
2025-05-01 21:18:15 -04:00
William FH and GitHub
fcd06acd33
Add support for specifying a custom base image in docker commands ( #4500 )
...
build & dockerfile commands
can be specified via CLI > langgraph.json
2025-05-01 23:13:49 +00:00
c687daa867
docs: update sql tutorial ( #4494 )
...
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-05-01 20:18:00 +00:00
Sydney Runkle
2288ef110c
use table format
2025-05-01 14:01:14 -04:00
Sydney Runkle
ceac510054
meaningless change to docs/ to get vercel going
2025-05-01 13:52:33 -04:00
Vadym Barda and GitHub
3c7861c70a
docs: fix a link in the agents page ( #4492 )
2025-05-01 11:39:37 -04:00
Vadym Barda and GitHub
536c1c2bba
docs: remove prebuilt how-tos and add redirects to agents tab ( #4485 )
2025-04-30 15:55:55 -04:00
c5de8f4e50
docs(agents): update manage message history section ( #4482 )
...
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-04-30 19:11:45 +00:00
Vadym Barda and GitHub
d08ed5f42e
docs(agents): add store semantic search link ( #4483 )
2025-04-30 15:08:18 -04:00
David Duong and GitHub
e02c4b06db
feat(ui): add merge option to UI messages ( #4473 )
...
- Add docs about (partial) streaming UI components from LLMs
- Add missing support for "nostream" in LangGraph
2025-04-30 20:15:57 +02:00
Vadym Barda and GitHub
5b44886da0
docs(agents): add disable_streaming ( #4475 )
2025-04-30 14:07:19 -04:00
Vadym Barda and GitHub
33e409e12b
docs(agents): add model fallbacks ( #4478 )
2025-04-30 17:56:58 +00:00
Vadym Barda and GitHub
ce2ba47aff
docs: cross link working w/ memory in tools ( #4464 )
2025-04-30 13:52:10 -04:00
Tat Dat Duong
5804e788d8
Add docs
2025-04-30 19:46:14 +02:00
Vadym Barda and GitHub
aa9651910c
docs: set package-mode to false for pyproject ( #4477 )
2025-04-30 12:09:18 -04:00
Vadym Barda and GitHub
e25dde1df0
docs(reference): filter class methods and add missing docstrings ( #4463 )
2025-04-29 21:31:57 +00:00
Eugene Yurtsev and GitHub
0bfb818e87
docs: process cell magics ( #4462 )
...
Handle a small thing that can be fairly confusing to new python users.
Before:

After:

2025-04-29 17:13:46 -04:00
Eugene Yurtsev and GitHub
dbceb3c2e6
docs: remove non directive to stop indexing output code blocks (it doesn't work) ( #4461 )
...
This directive seems to have no effect on code blocks: `{
mkdocs-exclude-search }`. Removing it for now.
2025-04-29 15:46:29 -04:00
Eugene Yurtsev and GitHub
8dd95a450b
docs: strip ansi and exclude outputs from search ( #4460 )
...
# Changes
* Strip ANSI codes from outputs
* Exclude outputs from search (relies on an insiders feature, so can't
test locally)
## ANSI Changes
Before

After

2025-04-29 14:50:07 -04:00
Vadym Barda and GitHub
80a74a879c
docs: expose supervisor, swarm & MCP in the API reference ( #4446 )
2025-04-29 17:59:42 +00:00
Eugene Yurtsev and GitHub
7170a9f0f4
docs: apply boosts and tag a few things ( #4455 )
...
Manual pass to apply a few heuristics:
* Boost conceptual pages
* Deboost (is that a word?) index pages that list all content
* Prefer Agents pages if search query contains the word "agent"
* Add tags for a few selected pages
2025-04-29 13:56:57 -04:00