Andrew Nguonly and GitHub
4a252bd03a
docs: Remove note for LANGSMITH_TRACING environment variable ( #5147 )
...
Remove note for LANGSMITH_TRACING.
2025-06-20 13:36:29 -07:00
Eugene Yurtsev and GitHub
f0f329d9e1
docs: Add conditional js/python rendering ( #5128 )
...
# Overview
Adding conditional rendering logic to co-locate js and python documentation.
* `:::` conditional syntax can be used to switch between python only or js only content.
* Contains simple unit tests for `:::`
* PR adds set up for a way to implement a context switch between languages, but it will not be enabled until JS content is merged in.
* Contains a script that can add javascript documentation
Implementation of: https://github.com/langchain-ai/langgraph/pull/5118
## Example
Example of conditional rendering / compilation.
```markdown
### Config (static context)
Config is for immutable data like user metadata or API keys. Use
when you have values that don't change mid-run.
Specify configuration using a key called **"configurable"** which is reserved
for this purpose:
:::python
This content will only be rendered for the python site.
:::
:::js
this content will only be rendered for the js / ts site.
:::
```
2025-06-20 16:20:16 -04:00
Josh Rogers and GitHub
92010f84ec
Adding disable_mcp field to cli docs ( #5132 )
2025-06-17 16:22:50 -07:00
1309243b29
docs: studio evals ( #5129 )
...
* docs: studio evals
* docs: added studio evals images (#5076 )
* docs: added studio evals images
* Update docs/docs/cloud/how-tos/studio/run_evals.md
Co-authored-by: lc-arjun <arjun@langchain.dev >
* Update docs/docs/cloud/how-tos/studio/run_evals.md
Co-authored-by: lc-arjun <arjun@langchain.dev >
* Update docs/docs/cloud/how-tos/studio/run_evals.md
Co-authored-by: lc-arjun <arjun@langchain.dev >
* docs: updated studio evals
* Update docs/docs/cloud/how-tos/studio/run_evals.md
Co-authored-by: lc-arjun <arjun@langchain.dev >
* docs: removed images
---------
Co-authored-by: lc-arjun <arjun@langchain.dev >
* final changes
* i think its this
---------
Co-authored-by: Marco Perini <perinim.98@gmail.com >
2025-06-17 12:32:04 -07:00
Lauren Hirata Singh
33feba4877
Remove cookie consent
2025-06-16 16:33:32 -04:00
hari-dhanushkodi and GitHub
3488ee47e0
chore: add docs for lgp deployment monitoring ( #5104 )
2025-06-16 10:21:42 -07:00
Nuno Campos
3fa3a586b5
Revert "Remove MessageGraph ( #4875 )"
...
This reverts commit a5e6223569 .
2025-06-13 14:21:05 -07:00
Lauren Hirata Singh
0d5f7e55bf
revert incident banner
2025-06-12 17:10:22 -04:00
Lauren Hirata Singh and GitHub
bb1c5b8cdf
Update docs/overrides/main.html
2025-06-12 15:57:14 -04:00
Lauren Hirata Singh
6130e08fa6
incident banner
2025-06-12 15:52:36 -04:00
Sydney Runkle and GitHub
3ad061f0d7
serialize/deserialize pandas with pickle fallback ( #5057 )
2025-06-12 15:14:00 -04:00
langchain-infra and GitHub
29ffaa0e0b
docs: fix config section ( #5066 )
2025-06-11 13:23:33 -04:00
langchain-infra and GitHub
480271f753
docs: add mount prefix environment variable ( #5060 )
2025-06-11 11:20:19 -04:00
infra
66fdf60e47
docs: add mount prefix environment variable
2025-06-11 11:18:16 -04:00
infra
0894daf3fc
docs: add mount prefix environment variable
2025-06-11 11:17:45 -04:00
Lauren Hirata Singh and GitHub
c0d65ff409
Revert "fix assistants overview link ( #5058 )"
...
This reverts commit be7b60a722 .
2025-06-11 10:58:52 -04:00
Lauren Hirata Singh and GitHub
be7b60a722
fix assistants overview link ( #5058 )
2025-06-11 10:58:07 -04:00
Eugene Yurtsev and GitHub
d467ec6556
Remove gitmcp badge ( #5055 )
...
* Remove gitmcp badge
* xt
* x
2025-06-11 10:55:05 -04:00
b8683ab67a
docs: Update subgraphs.md ( #5052 )
...
* Update subgraphs.md
The state while defining the Subgraph is updated. Also an edge connecting START to the call_model node in the subgraph was created.
* Update docs/docs/concepts/subgraphs.md
* Update docs/docs/concepts/subgraphs.md
---------
Co-authored-by: Eugene Yurtsev <eugene@langchain.dev >
2025-06-11 13:49:51 +00:00
Simon Frank and GitHub
85c809a651
docs: fixed a wrong import in persistence docs ( #5045 )
2025-06-10 20:53:50 +00:00
Nuno Campos and GitHub
0441fd156f
Add docs for checkpoint encryption ( #5047 )
...
docs: list CipherProtocol in API
2025-06-10 16:52:45 -04:00
Nuno Campos and GitHub
2e33c520a5
Support numpy array serialization in JsonPlusSerializer ( #5035 )
...
* Handle numpy Fortran arrays
* Lint
* Lint
* Lint
2025-06-10 01:17:28 +00:00
Nuno Campos and GitHub
67b1dc602e
Update ormsgpack ( #5034 )
...
* Update ormsgpack
- Now supports bytearray/memoryview passthrough
* Lint
2025-06-10 00:30:58 +00:00
Ykoh and GitHub
0035ab9825
docs: Replace unsupported models with structured output-supported models ( #3982 )
2025-06-09 14:17:05 -04:00
acc56e094a
docs: add query params for Store semantic search ( #4828 )
...
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2025-06-09 17:47:50 +00:00
fcc37cd06b
docs: update tutorial/rag/langgraph_adaptive_rag.ipynb ( #2006 )
...
- add some explanations of ipynb code in markdown cell.
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com >
2025-06-09 12:54:29 -04:00
🤖Esteban Dalel R and GitHub
6d7d689578
docs: highlight changed lines in 3-add-memory.md ( #4930 )
2025-06-08 14:08:04 +00:00
LostInCode404 and GitHub
f1b7eca7fc
docs: Update 1-build-basic-chatbot.md to add a section about END node ( #4886 )
...
Update `1-build-basic-chatbot.md` to add a section about `END` node
2025-06-08 13:51:17 +00:00
Michael Li and GitHub
93766a6df1
docs: fix assistants url at manage_assistants.md ( #4993 )
...
* docs: fix agent supervisor doc codes
* docs: fix assistants url at manage_assistants.md
2025-06-08 13:49:45 +00:00
Dionysis Glytsos and GitHub
a9d4e0da29
docs: fix typos ( #4992 )
...
Fix typos
2025-06-08 13:46:41 +00:00
Sydney Runkle and GitHub
9105e60a34
graph: improve generics on StateGraph etc + move typing utils to private file ( #4982 )
2025-06-06 19:51:05 -04:00
Sydney Runkle and GitHub
b735452153
deprecate input and output in favor of input_schema and output_schema ( #4983 )
2025-06-06 19:44:56 -04:00
533f5b3d6f
docs: fix task description example in the agent supervisor tutorial ( #4938 )
...
* docs: fix agent supervisor doc codes
---------
Co-authored-by: vbarda <vadym@langchain.dev >
2025-06-06 13:41:41 +00:00
David Asamu
0bf268feca
add docs for image_distro cli option
2025-06-05 17:23:05 +01:00
Sydney Runkle and GitHub
494c8ef0d2
docs: remove references to StateGraph(dict) ( #4964 )
...
remove StateGraph(dict)
2025-06-04 21:29:19 -04:00
Sydney Runkle and GitHub
c0b6a85488
docs: format to allow for deploy ( #4959 )
...
formatting
2025-06-04 17:20:19 +00:00
Sydney Runkle and GitHub
9fde14079a
docs: use retry_policy instead of retry in docs ( #4958 )
2025-06-04 17:12:13 +00:00
Nuno Campos and GitHub
5f1d76ba3b
docs: fix a grammar issue in multiple files ( #4935 )
2025-06-03 17:04:20 -07:00
Nuno Campos and GitHub
9c6e8d5237
Fix duplicate article typos in docs ( #4946 )
2025-06-03 15:56:04 -07:00
langchain-infra and GitHub
ae3c2e0b89
fix: use right deployment link ( #4945 )
2025-06-03 18:55:05 -04:00
Nuno Campos
cd2847ee07
docs: fix double article typos
2025-06-03 15:53:19 -07:00
infra
7335b80586
fix: use right deployment link
2025-06-03 18:42:11 -04:00
infra
4473db6361
fix: use right link
2025-06-03 18:12:41 -04:00
Michael Li
cd28bef155
docs: fix a grammar issue in multiple files
2025-06-04 01:20:29 +10:00
Michael Li and GitHub
871b1dccd8
docs: fix grammar issues in deployment_options.md and faq.md ( #4905 )
2025-06-02 15:04:03 -04:00
Michael Li and GitHub
d44581d754
docs: fix typos in langgraph_studio.md and low_level.md ( #4909 )
2025-06-02 17:49:04 +00:00
Michael Li and GitHub
dc787b5aa6
docs: fix grammar issues in langgraph_data_plane.md and langgraph_platform.md ( #4906 )
...
* docs: fix grammar issues in langgraph_data_plane.md and langgraph_platform.md
* docs: further update the wording in langgraph_data_plane.md
2025-06-02 17:48:55 +00:00
Michael Li and GitHub
0d6af09187
docs: fix grammar issues in application_structure.md and assistants.md ( #4904 )
...
* docs: fix a grammar error in mcp.md
* docs: fix a grammar error in multi-agent.md
* docs: fix grammar issues in application_structure.md and assistants.md
2025-06-02 13:48:50 -04:00
Michael Li and GitHub
469576f966
docs: fix grammar issues in langgraph_self_hosted_control_plane.md and langgraph_server.md ( #4907 )
2025-06-02 17:47:16 +00:00
Michael Li and GitHub
f00b994692
docs: fix incorrect word in memory.md ( #4902 )
2025-06-02 13:48:18 +00:00