[PR #1047] [CLOSED] [Docs] Added firestore persistence in how-tos #1852

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1047
Author: @TomDarmon
Created: 7/17/2024
Status: Closed

Base: mainHead: td/doc_firestore_checkpoint


📝 Commits (4)

  • 7e1caa4 doc: example persistence in firestore
  • a6c20f7 doc: reference the firestore nb in the doc
  • f781f66 Merge branch 'main' into td/doc_firestore_checkpoint
  • 27f5762 Merge branch 'main' into td/doc_firestore_checkpoint

📊 Changes

4 files changed (+496 additions, -0 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+1 -0)
📝 docs/docs/how-tos/index.md (+1 -0)
📝 docs/mkdocs.yml (+1 -0)
examples/persistence_firestore.ipynb (+493 -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/1047 **Author:** [@TomDarmon](https://github.com/TomDarmon) **Created:** 7/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `td/doc_firestore_checkpoint` --- ### 📝 Commits (4) - [`7e1caa4`](https://github.com/langchain-ai/langgraph/commit/7e1caa48331ff2678bc2c3e10f36d2cfac968b69) doc: example persistence in firestore - [`a6c20f7`](https://github.com/langchain-ai/langgraph/commit/a6c20f78fb6aaacb11f4e280a747043f65537d42) doc: reference the firestore nb in the doc - [`f781f66`](https://github.com/langchain-ai/langgraph/commit/f781f6664c844139998bd479286abc603cb78b05) Merge branch 'main' into td/doc_firestore_checkpoint - [`27f5762`](https://github.com/langchain-ai/langgraph/commit/27f5762f849ced0c2f8dafcd71524f202f402f8d) Merge branch 'main' into td/doc_firestore_checkpoint ### 📊 Changes **4 files changed** (+496 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+1 -0) 📝 `docs/docs/how-tos/index.md` (+1 -0) 📝 `docs/mkdocs.yml` (+1 -0) ➕ `examples/persistence_firestore.ipynb` (+493 -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:45:42 -05:00
yindo closed this issue 2026-02-20 17:45:42 -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#1852