Sam Crowder and GitHub
0a8ba20f5f
docs: remove beta flag on self hosted plane ( #5288 )
2025-06-30 22:41:05 -04:00
joaquin-borggio-lc and GitHub
84e14f47bf
docs: Add pre-req for egress to control plane ( #5241 )
...
added pre-req for egress
2025-06-27 14:18:39 -07: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
langchain-infra and GitHub
29ffaa0e0b
docs: fix config section ( #5066 )
2025-06-11 13:23:33 -04:00
Michael Li and GitHub
7d6243e6b4
docs: fix incorrect word in custom_docker.md ( #4901 )
2025-06-02 13:48:06 +00:00
Sydney Runkle and GitHub
5cbf31e8a4
Remove non-state Graph ( #4872 )
2025-05-29 21:56:53 -04:00
a5e6223569
Remove MessageGraph ( #4875 )
...
Remove MessageGraph
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2025-05-29 21:50:23 -04:00
Nuno Campos and Sydney Runkle
afb83d2201
Remove non-state Graph
...
- Not used in any examples/docs
2025-05-29 21:38:58 -04:00
infra
2066e4c018
docs: fix self hosted control plane concepts/docs
2025-05-29 13:10:16 -07:00
Andrew Nguonly and GitHub
596a26461c
docs: Add note about Enterprise plan in banner for all self-hosted deployment options. ( #4797 )
...
Add note about Enterprise plan in banner for all self-hosted deployment options.
2025-05-22 18:38:06 -07:00
Andrew Nguonly and GitHub
94a8067c12
docs: Remove outdated docs regarding graph construction ( #4779 )
...
Remove outdated docs regarding graph construction.
2025-05-21 12:21:32 -07:00
Didier Durand and GitHub
2ddf61201c
docs: Fixing some typos ( #4741 )
2025-05-18 22:36:37 -07:00
Sydney Runkle and GitHub
228a08b966
ci: migrate to uv! ( #4698 )
...
* Migrate to `uv`
* Format `pyproject.toml` files properly
* Remove upper bounds on dependencies, and bounds on dev dependencies
(we should be using latest)
* Move to hatch for packaing
In the future we should:
* Set up dependabot / automate lockfile updates and tests
* Add tests for min compatible versions (I'll do this right after merge)
* Use dynamic versioning
* Bump `pydantic` to v2.11.4 in the lockfile, we have some tests failing
2025-05-15 17:39:14 -07:00
Lauren Hirata Singh
e873df678b
fix broken img
2025-05-15 13:33:36 -07:00
Lauren Hirata Singh
ce235d0eb1
edits based on feedback
2025-05-13 11:20:19 -07:00
Lauren Hirata Singh
063a0e027b
docs: Simplify LGP quickstarts
2025-05-13 10:51:48 -07:00
Lauren Hirata Singh
f5423783f7
Change LG Cloud > Platform
2025-05-12 12:44:50 -07:00
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
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
infra
2e8e9e4531
docs: update ingress requirement for self hosted control plane
2025-05-06 11:46:31 -07:00
infra
5d831726a3
chore: update eu ips for new cluster
2025-04-29 10:50:31 -04:00
Tat Dat Duong
cd8443f5ce
docs(js): update semver constraints
2025-04-24 15:47:38 +02:00
Tat Dat Duong
3db9bf325c
docs(js): update required semver ranges
2025-04-24 12:37:26 +02:00
Andrew Nguonly and GitHub
d1ac0a0e13
docs: Add alpha and beta labels for respective LangGraph Platform deployment options ( #4249 )
...
### Summary
Examples:



2025-04-11 12:01:43 -07:00
Andrew Nguonly and GitHub
3878addbe0
docs: Refactor content for new LangGraph Platform deployment options ( #4118 )
...
### Summary
This is a large refactor of the content for the LangGraph Platform
deployment options. Although there are a lot of changes, I do feel
fairly confident that this is safe to merge and won't have any negative
impact related to confusion around deployment options. However, please
review thoroughly (i.e. run the docs locally).
### Goals and Non-Goals
Just wanted to explicitly state goals and non-goals so that we're clear
about what needs to be done now versus what can be done in a smaller
follow-up PR.
Goals
1. Add new content for the new deployment options (Self-Hosted Data
Plane, Self-Hosted Control Plane).
1. Hide old content for deprecated deployment options (BYOC).
1. Create a pair of "conceptual" and "how-to" pages for each deployment
option. As much as possible, the pages should have consistent headings.
1. Introduce the terms "control plane" and "data plane" and define them
plainly without hiding/abstracting information.
Non-Goals
1. Do not change the navigation of the existing deployment options. As
much as possible, update content in-place or add new pages. Changing the
navigation is a bigger task that can be done later.
1. Do not remove old content for deprecated deployment options. We may
need to refer to this later. There are only ~2 pages (I think).
### Next Steps
1. Update the architecture diagrams for each deployment option. Commit
Excalidraw file to source control.
1. Create a "how-to" page for the Control Plane UI. This page pertains
to 3/4 deployment options. Most of the content lives in the "how-to"
page for Cloud SaaS deployment.
1. Document required RBAC permissions for K8s for Self-Hosted Data Plane
and Self-Hosted Control Plane (and update links).
1. Figure out how to consolidate plan information.
1. Figure out where to document licensing, telemetry, custom
Postgres/Redis.
1. Update autoscaling content.
2025-04-02 06:51:14 -07:00
khneal and GitHub
96a0536ec4
doc: remove Python max version limit from example pyproject.toml ( #3843 )
...
LangGraph officially supported Python 3.13 back in October 2024:
https://changelog.langchain.com/announcements/langgraph-is-now-compatible-with-python-3-13
But why suggest restricting the version of Python at all? The app/agent
owner will be in control of the runtime version anyway, so don't add
unnecessary restrictions.
Note this example from Poetry:
https://python-poetry.org/docs/pyproject/#requires-python
I did not refactor pyproject.toml to the newer Poetry 2 / uv format, but
I can do that in a future PR if it will help... please don't let that
block approval+merging this PR.
2025-03-18 21:30:06 +00:00
ccurme and GitHub
c7211e03e9
docs: fix typo ( #3677 )
...
https://platform.openai.com/docs/guides/embeddings#embedding-models
2025-03-04 19:05:56 +00:00
Vadym Barda and GitHub
b1587d24ed
docs: update langgraph api constraints ( #3633 )
2025-02-27 13:59:36 -05:00
Andrew Nguonly and GitHub
d9f71ef8b3
docs: Add section for Add or Remove GitHub Repositories ( #3571 )
2025-02-24 16:12:03 -08:00
infra
aacc079eed
fmt
2025-02-19 22:23:42 -05:00
infra
caad15f7ae
docs: add langgraph platform ips
2025-02-19 22:14:29 -05:00
infra
1f4d4e7bfd
docs: add langgraph platform ips
2025-02-19 22:14:09 -05:00
Andrew Nguonly and GitHub
837f215857
docs: Rename Deploy Logs to Server Logs ( #2922 )
2025-01-07 17:13:06 -08:00
Vadym Barda and GitHub
f33db6cec4
docs: remove langgraph up references ( #2847 )
2024-12-20 11:00:04 -05:00
Andrew Nguonly and GitHub
c47fd171c6
docs(cloud): Add note about GitHub org/acc owner ( #2815 )
...
### Summary
Clarifying that in order to install the `hosted-langserve` GitHub app,
the GitHub user must be an owner of the organization or account.
2024-12-18 11:45:30 -08:00
Eugene Yurtsev
d45eb0f9f2
x
2024-12-16 17:49:38 -05:00
William FH and GitHub
b3bf4dd43c
[docs] Update guidance on min bounds for deployment ( #2652 )
2024-12-05 17:50:36 +00:00
William FH and GitHub
cd875291ad
Link to conceptual doc ( #2641 )
2024-12-05 00:21:01 +00:00
William FH and GitHub
c322f7ffa6
Add Memory Store conceptual doc section ( #2624 )
...
On semantic search
2024-12-04 15:19:49 +00:00
William FH and GitHub
5fa196ab38
Update docstrings for store classes ( #2616 )
2024-12-03 19:51:25 -08:00
Eugene Yurtsev and GitHub
517d67aa32
docs: Update to use LANGSMITH_API_KEY throughout ( #2461 )
2024-11-18 22:51:36 -05:00
Eugene Yurtsev and GitHub
8b36013a03
Fix bad tab in how-to guide ( #2278 )
2024-10-31 14:48:21 -04:00
d0e59f406b
docs: concepts for cloud and doc-reorg ( #2196 )
...
Update langgraph documentation
---------
Co-authored-by: Vadym Barda <vadym@langchain.dev >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Nuno Campos <nuno@langchain.dev >
Co-authored-by: Chester Curme <chester.curme@gmail.com >
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2024-10-30 23:34:02 -04:00
Eric han
123d93539a
some more spots
2024-10-24 17:14:02 -05:00
Eric han
785e7dab3a
home page redesign docs
2024-10-24 17:04:20 -05:00
William FH and GitHub
445b795037
[Docs] update min bounds from API ( #1929 )
2024-09-30 17:06:34 -07:00
Andrew Nguonly and GitHub
b0b7b681ba
Fix typo. ( #1893 )
2024-09-27 22:59:32 +00:00
Vadym Barda and GitHub
03be3b6567
docs: reorganize API refs ( #1884 )
2024-09-27 18:12:12 -04:00