Really Him and GitHub
949af8abe5
docs(pregel): One-line markdown formatting quick-fix ( #4023 )
...
## Description
I noticed a very minor issue in the formatting of the Concepts > Pregel
doc:
(https://langchain-ai.github.io/langgraph/concepts/pregel/#high-level-api )
(https://github.com/langchain-ai/langgraph/blob/main/docs/docs/concepts/pregel.md )
You can see in the image below that there is a python codeblock, then a
pycon block, and inside that block there is an extra
triple-backtick/code fence, and then text at the bottom, which it
appears like it is supposed to be a separate python block, like the one
above it. I.e., clearly:
```
```python
print(graph.channels)
```
is intended to be:
```python
print(graph.channels)
```
I'm pretty sure this is due to an extra whitespace character before the preceding closing code fence, which is throwing off the formatting.

My VS-Code/extensions can't really render the Markdown the way it appears on the Website, I think because of the tabs (Graph API vs. Functional API), but I noticed that if I remove the extra whitespace, the highlighting on the python codeblock is corrected:
BEFORE:
<img width="605" alt="Screenshot 2025-03-25 at 5 02 41 PM" src="https://github.com/user-attachments/assets/8474f103-c5ab-4c02-b22f-3d54b3363331 " />
AFTER:
<img width="277" alt="Screenshot 2025-03-25 at 5 02 50 PM" src="https://github.com/user-attachments/assets/a311b87b-859c-4aba-a4d8-6b063a155d90 " />
## Fix
* Remove one whitespace character that was throwing off markdown rendering
2025-03-25 17:58:37 -04:00
Lance Martin and GitHub
f690f4244e
Remove failing links ( #3994 )
...
Anthropic links for blog post and docs are failing CI --
https://github.com/langchain-ai/langgraph/actions/runs/14024926642/job/39261981682
Remove to unblock docs build; we may add back to ignore later.
2025-03-23 19:53:11 -07:00
Lance Martin and GitHub
d6856131b6
Fix broken links in ntbks ( #3993 )
...
A number of Anthropic links recently changed
2025-03-23 17:59:14 -07:00
alxdr3k and GitHub
fed785eabd
docs: fix typo in low_level.md ( #3968 )
...
- Fix typo
2025-03-21 16:40:41 -04:00
Vadym Barda and GitHub
c7567ea219
docs: improve search ( #3948 )
2025-03-20 11:02:59 -04:00
9e82d23252
docs: fix typos ( #3823 )
...
This pull request corrects a couple of typographical errors in the
documentation.
---------
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Vadym Barda <vadym@langchain.dev >
2025-03-18 17:58:47 -04:00
460c522902
docs: fix typo ( #3856 )
...
Added "a" to make paragraph correct.
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2025-03-18 17:58:30 -04:00
alxdr3k and GitHub
def69c59d2
docs: add missing namespace definition in persistence.md ( #3859 )
...
- fix typo
- add missing namespace definition for memory store
2025-03-17 09:38:15 -04:00
Mathieu and GitHub
779553f4aa
docs: fix state type in Persistence documentation ( #3801 )
...
This PR fixes the type of `foo` in the `State` class in Persistence
documentation. The type was previously defined as `int`, but the code
uses it as a `str`.
Updated the type of `foo` in the documentation to `str` to match its
actual usage in the code.
No changes to the functionality or codebase, only a documentation fix.
2025-03-12 17:14:07 +00:00
Arjun Natarajan
da5ee30bef
fix deprecation warning style
2025-02-28 10:30:03 -05:00
David Duong and GitHub
f51831f48e
docs: update getting started docs for studio ( #3542 )
2025-02-27 15:41:52 +01:00
Arjun Natarajan
f136e40065
fix link
2025-02-26 21:47:32 -05:00
Arjun Natarajan
de888b4032
make reference to langsmith a bit cleareR
2025-02-26 21:33:45 -05:00
Arjun Natarajan
7cb0bd52e8
add link to cli
2025-02-26 21:31:33 -05:00
Arjun Natarajan
302aa8b9cb
clean up docs
2025-02-26 15:57:05 -05:00
HackHuang and GitHub
9a05600ff9
docs(concepts) : Add a tutorial link for map-reduce ( #3577 )
...
Update `low_level.md`: Add a tutorial link for map-reduce, now it's
perfect !!!
2025-02-26 12:23:02 -05:00
Harrison Chase and GitHub
94fc0adb05
faq about no langsmith ( #3596 )
2025-02-26 09:43:28 -05:00
Arjun Natarajan
a0969b61a3
add back desktop docs in dedicated section w deprecation warning
2025-02-25 16:08:21 -05:00
Nuno Campos and GitHub
5ea0d49d4d
Add docs page on lgp scalability / resilience ( #3510 )
2025-02-24 16:52:37 -08:00
Eugene Yurtsev and GitHub
8658a5dc0b
docs: add pregel conceptual doc ( #3516 )
...
* Update API Reference for Pregel
* Add conceptual page for Pregel
* The content for the two is very similar at the moment (i.e.,
duplicated content). This is usually a bad sign, but in this case I'm OK
duplicating information along both paths since the underlying algorithm
sets us apart from other implementations.
2025-02-24 17:48:03 -05:00
HackHuang and GitHub
f7d9daa4eb
docs(multi_agent.md) : Fix some code snippets ( #3565 )
...
Hey buddy! You forgot to import the `Command` in some code snippets.
2025-02-24 13:28:56 -05:00
HackHuang and GitHub
fb28aa6d4b
docs(concepts) : update human_in_the_loop.md ( #3558 )
...
Fix the false output result.
2025-02-24 04:52:48 +00:00
Arjun Natarajan
6615c6bb0d
remove other references to desktop
...
:
2025-02-20 18:16:49 -08:00
Arjun Natarajan
32df0016ee
update getting started docs
2025-02-20 18:00:26 -08:00
infra
660c15d072
docs: add langgraph platform ips
2025-02-19 22:39:54 -05:00
Eugene Yurtsev and GitHub
0a4953c4bc
Update index.md ( #3519 )
2025-02-19 21:52:17 +00:00
Eugene Yurtsev and GitHub
059e16789c
docs: fix anchor links ( #3518 )
2025-02-19 16:48:41 -05:00
Nuno Campos
f613fdfcbc
Add sections on postgres and redis
2025-02-19 11:25:56 -08:00
Nuno Campos
265466184c
Add docs page on lgp scalability / resilience
2025-02-19 08:24:36 -08:00
Eugene Yurtsev and GitHub
a01537d1a5
docs: concepts durable execution ( #3355 )
...
Conceptual page for durable execution
2025-02-19 10:15:26 -05:00
Andrew Nguonly and GitHub
580fe68c8e
docs: Update note about LangGraph Deployments view in self-hosted deployment options ( #3491 )
2025-02-18 17:55:57 -08:00
Eugene Yurtsev and GitHub
457641f15e
docs: remove beta from functional api ( #3475 )
2025-02-18 13:33:47 -05:00
Eugene Yurtsev and GitHub
b4f6cdf01f
docs: remove astream events from streaming conceptual guide ( #3438 )
2025-02-13 21:07:30 -05:00
Nuno Campos
0aef9424a8
Add link
2025-02-13 11:12:49 -08:00
Nuno Campos
ed23288e5b
Add LGP Arch page
2025-02-13 11:09:31 -08:00
Matt Steadman and GitHub
1ef7121100
docs: Fix grammar in LangGraph Glossery ( #3407 )
2025-02-13 13:05:54 -05:00
William FH and GitHub
a53287f3d8
Clarify custom auth <-> deployment options ( #3423 )
2025-02-13 17:38:38 +00:00
b310ce07bc
docs: add scripts for notebook conversion ( #3406 )
...
* Update notebook conversion code
* Convert one more file
---------
Co-authored-by: Ben Burns <803016+benjamincburns@users.noreply.github.com >
2025-02-13 06:48:27 +00:00
Zapiron and GitHub
a578c7b137
docs: fix grammatical error for navigating node to parent section ( #3356 )
...
Add within to better explain moving from one subgraph to another
2025-02-12 23:59:59 -05:00
Eugene Yurtsev and GitHub
b984584851
docs: revert accidental changes to glossary ( #3389 )
2025-02-11 21:09:03 +00:00
bce4545021
docs: vcr only set up for markdown ( #3339 )
...
- PR branch for testing w/ typescript (@benjamincburns )
- implementation needs better cache invalidation for the cassettes
(@eyurtsev)
---------
Co-authored-by: Ben Burns <803016+benjamincburns@users.noreply.github.com >
2025-02-11 15:38:17 -05:00
Lael and GitHub
cb509ad6a5
Update application_structure.md ( #3278 )
...
moved requirements.txt to root of the project in the recommended
structure
2025-02-07 15:14:51 -05:00
William FH and GitHub
3daa4ae466
Update name to InMemorySaver ( #2044 )
...
(Keep MemorySaver around for backwards compatibility)
"MemorySaver" is ambiguous: is it saving memories? Where is it saving
memories to?
InMemorySaver aligns naming InMemoryStore as well as similar LangChain
objects (InMemoryVectorStore, etc.)
2025-02-05 22:04:25 -08:00
Eugene Yurtsev and GitHub
0e0b3ffac5
Update plans.md ( #3311 )
2025-02-04 20:45:54 +00:00
William FH and GitHub
ee9a34f726
Update license key troubleshooting ( #3157 )
2025-02-03 18:09:05 +00:00
Vadym Barda and GitHub
45ef425d85
docs: update command how-to ( #3280 )
2025-02-03 09:29:45 -05:00
8c192414a2
docs: Update Hierarchial Multi Agent Example ( #3282 )
...
Was trying to learn the Multi Agent Workflow examples and encountered
some errors, which I fixed by editing these:
* Added missing state for Team1, and importing `Command`
* `ValueError: Node `LangGraph` already present.`: Seems to happen we
add the `team_1_graph` node without giving it a name, it will default to
the name `LangGraph`. Solved by giving the sub-graph a name when
building the top-level supervisor.
* Added the edges for the graph to feedback to the top level supervisor
to decide whether it still needs to relegate the task to other nodes or
end from there
---------
Co-authored-by: Vadym Barda <vadim.barda@gmail.com >
2025-02-03 09:29:19 -05:00
Vadym Barda and GitHub
c0db7f4d09
docs: revamp streaming how-to guides + update redirects ( #3274 )
2025-01-31 18:04:51 -05:00
Andrew Nguonly and GitHub
c02a74e221
docs: Add Excalidraw file for LangGraph Cloud architecture diagram ( #3272 )
2025-01-31 14:07:12 -08:00
Vadym Barda and GitHub
15af8a9e6c
Revert "docs: revamp streaming how-to guides ( #3239 )" ( #3270 )
...
This reverts commit d5b0ad2cf6 .
2025-01-31 15:52:58 -05:00