[PR #426] [MERGED] Extraction with Retries #1466

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/426
Author: @hinthornw
Created: 5/9/2024
Status: Merged
Merged: 5/14/2024
Merged by: @hinthornw

Base: mainHead: wfh/complex_extraction


📝 Commits (7)

📊 Changes

4 files changed (+1174 additions, -1 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+1 -0)
📝 docs/docs/how-tos/index.md (+5 -1)
📝 docs/mkdocs.yml (+2 -0)
examples/extraction/retries.ipynb (+1166 -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/426 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/9/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/complex_extraction` --- ### 📝 Commits (7) - [`a57efcb`](https://github.com/langchain-ai/langgraph/commit/a57efcb3a68f36e668de1355c86cb82550a0d0dd) tmp - [`d1b839d`](https://github.com/langchain-ai/langgraph/commit/d1b839da67156cb82b8f9c25a27983eb78bd6dfd) Add extraction example - [`d6b7ae7`](https://github.com/langchain-ai/langgraph/commit/d6b7ae7c5bbe0e201ca153e6bddb02f722490bb9) retries - [`06d493f`](https://github.com/langchain-ai/langgraph/commit/06d493f745156ea2b3e5255dc559d7798ddc7544) Update - [`4e6900a`](https://github.com/langchain-ai/langgraph/commit/4e6900addd142d937185a0ab50430b41e445c2c8) Merge branch 'main' into wfh/complex_extraction - [`7f24865`](https://github.com/langchain-ai/langgraph/commit/7f24865c6feaba1ab3f12e72930511e57d166f42) Nav - [`5e80880`](https://github.com/langchain-ai/langgraph/commit/5e8088014cca02e14bf5460044e99360b538c8f8) copy ### 📊 Changes **4 files changed** (+1174 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+1 -0) 📝 `docs/docs/how-tos/index.md` (+5 -1) 📝 `docs/mkdocs.yml` (+2 -0) ➕ `examples/extraction/retries.ipynb` (+1166 -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:44:47 -05:00
yindo closed this issue 2026-02-20 17:44:47 -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#1466