[PR #1828] [MERGED] docs: add docs for assistant versioning #2326

Closed
opened 2026-02-20 17:46:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1828
Author: @isahers1
Created: 9/24/2024
Status: Merged
Merged: 9/25/2024
Merged by: @isahers1

Base: mainHead: isaac/assistantversioningdocs


📝 Commits (7)

📊 Changes

14 files changed (+379 additions, -8 deletions)

View changed files

📝 docs/docs/cloud/concepts/api.md (+16 -3)
docs/docs/cloud/concepts/assistant_version.png (+0 -0)
docs/docs/cloud/how-tos/assistant_versioning.md (+183 -0)
docs/docs/cloud/how-tos/img/click_create_assistant.png (+0 -0)
docs/docs/cloud/how-tos/img/create_assistant.png (+0 -0)
docs/docs/cloud/how-tos/img/create_assistant_view.png (+0 -0)
docs/docs/cloud/how-tos/img/create_new_version.png (+0 -0)
docs/docs/cloud/how-tos/img/edit_created_assistant.png (+0 -0)
docs/docs/cloud/how-tos/img/see_new_version.png (+0 -0)
docs/docs/cloud/how-tos/img/see_version_history.png (+0 -0)
docs/docs/cloud/how-tos/img/select_different_version.png (+0 -0)
📝 docs/docs/cloud/how-tos/index.md (+1 -0)
📝 docs/docs/cloud/reference/api/openapi.json (+178 -5)
📝 docs/mkdocs.yml (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1828 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/25/2024 **Merged by:** [@isahers1](https://github.com/isahers1) **Base:** `main` ← **Head:** `isaac/assistantversioningdocs` --- ### 📝 Commits (7) - [`eedd544`](https://github.com/langchain-ai/langgraph/commit/eedd544c69c8b62caa194f5e9e8903bf82e9dfef) draft of conceptual docs - [`6bc4cce`](https://github.com/langchain-ai/langgraph/commit/6bc4cceef1d5485d4a21de608205ee118cc02a24) Improve the conceptual docs - [`b14b38e`](https://github.com/langchain-ai/langgraph/commit/b14b38e3e7db6056b2f868472c682e4086f6b6eb) adding how-to - [`ff3c1af`](https://github.com/langchain-ai/langgraph/commit/ff3c1afd0f94eb0f6f96ca03a6e0cfb00b49abce) add diagram, make callout to conceptual guide - [`e792b76`](https://github.com/langchain-ai/langgraph/commit/e792b76fac0ed94d2ce7f39faed4cbd858e121b1) updated image - [`9486935`](https://github.com/langchain-ai/langgraph/commit/9486935e04e1d366960461ed199ecb5b18ed75c4) updated screenshots to new UI - [`8fa3295`](https://github.com/langchain-ai/langgraph/commit/8fa32950c0282e8092edd0dc96460ab285ff2d3f) add link, typo ### 📊 Changes **14 files changed** (+379 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/cloud/concepts/api.md` (+16 -3) ➕ `docs/docs/cloud/concepts/assistant_version.png` (+0 -0) ➕ `docs/docs/cloud/how-tos/assistant_versioning.md` (+183 -0) ➕ `docs/docs/cloud/how-tos/img/click_create_assistant.png` (+0 -0) ➕ `docs/docs/cloud/how-tos/img/create_assistant.png` (+0 -0) ➕ `docs/docs/cloud/how-tos/img/create_assistant_view.png` (+0 -0) ➕ `docs/docs/cloud/how-tos/img/create_new_version.png` (+0 -0) ➕ `docs/docs/cloud/how-tos/img/edit_created_assistant.png` (+0 -0) ➕ `docs/docs/cloud/how-tos/img/see_new_version.png` (+0 -0) ➕ `docs/docs/cloud/how-tos/img/see_version_history.png` (+0 -0) ➕ `docs/docs/cloud/how-tos/img/select_different_version.png` (+0 -0) 📝 `docs/docs/cloud/how-tos/index.md` (+1 -0) 📝 `docs/docs/cloud/reference/api/openapi.json` (+178 -5) 📝 `docs/mkdocs.yml` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:46:49 -05:00
yindo closed this issue 2026-02-20 17:46:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2326