5152a96fce
fix(docs): Correct import statement for InMemorySaver in conceptual docs ( #5797 )
...
Fixes #5781
Fixes the incorrect import statement in the Python documentation
tutorial.
- Changed import from `MemorySaver` to `InMemorySaver`
- Ensures consistency between import statement and class instantiation
- Verified through formatting and linting checks
The documentation now correctly reflects the proper import for the
InMemorySaver class.
---------
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com >
2025-08-01 14:54:30 +00:00
d59091672f
feat: add docs translations ( #5552 )
...
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Tat Dat Duong <david@duong.cz >
2025-07-30 02:18:30 +00:00
Sydney Runkle and GitHub
139cad373b
fix(docs): use InMemorySaver instead of MemorySaver ( #5608 )
...
Also, remove comment from bash script that makes insertion of `uv`
harder
2025-07-21 18:49:55 +00:00
Eugene Yurtsev and GitHub
f59a1339c9
chore(docs): Consolidate hooks for copy markdown and notebooks ( #5459 )
...
Consolidating the hooks to avoid duplication of logic
We need this change for consolidating js and python content: we need include-markdown to run as a mkdocs plugin before our pipeline (rather than as markdown extension which runs after our hooks plugin).
2025-07-11 20:44:46 +00:00
Shivang Agarwal and GitHub
d8756f257e
Updated TAVILY Key Setup ( #5346 )
2025-07-07 00:36:28 +00:00
Chris G and GitHub
cac0cd5522
docs: update name of CompiledGraph CompiledStateGraph ( #5348 )
...
The name (and type) has changed. See:
https://langchain-ai.github.io/langgraph/reference/graphs/#langgraph.graph.state.StateGraph.compile
2025-07-07 00:35:37 +00:00
0aefe68a5f
docs: HITL consolidation ( #5192 )
...
* HITL consolidation, minus server
* Fix links
* Fix server page
* remove extra page
* nits
* updates based on feedback
* Update docs/docs/concepts/human_in_the_loop.md
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com >
* edits based on feedback
---------
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com >
2025-06-25 14:16:46 -04:00
Lauren Hirata Singh and GitHub
c3ae5e6b71
docs: Reorganize existing content ( #5122 )
...
* Organize existing content differently
* Fix broken links
* Remove cookie consent popup
* edits
* Consolidate streaming
* Remove agents/streaming
* Fix broken links
* Edit stream modes
* Change titles
* Fix titles based on feedback
* Move LGP to platform section
* Update navigation
* Consolidate assistant conceptual guides
* docs: Memory consolidation (#5149 )
* Memory consolidation
* Fix broken links
* fix links
* Fix links
* Fix links
* General content clean up for memory
* fix links
* Fix link
* fix links
* Fix title
* Edits based on feedback
* Link to memory store
2025-06-24 09:29:59 -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
Ikpreet S Babra and GitHub
765bc3b9e0
docs: Update 2-add-tools.md ( #4896 )
...
Typo in first sentence.
2025-06-01 10:47:35 +00:00
vksx and GitHub
bcc6485f6c
(docs) fix broken links ( #4823 )
2025-05-28 13:36:48 +00:00
Lauren Hirata Singh
f5423783f7
Change LG Cloud > Platform
2025-05-12 12:44:50 -07: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
+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