[PR #7] [MERGED] Add Pydantic support and example notebook #30

Closed
opened 2026-02-16 02:16:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_extract/pull/7
Author: @Disiok
Created: 7/24/2024
Status: Merged
Merged: 7/25/2024
Merged by: @Disiok

Base: suo/sql_exampleHead: suo/pydantic_support


📝 Commits (8)

📊 Changes

5 files changed (+519 additions, -57 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+8 -12)
examples/demo_pydantic_model.ipynb (+361 -0)
📝 llama_extract/base.py (+137 -22)
📝 poetry.lock (+11 -22)
📝 pyproject.toml (+2 -1)

📄 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/run-llama/llama_extract/pull/7 **Author:** [@Disiok](https://github.com/Disiok) **Created:** 7/24/2024 **Status:** ✅ Merged **Merged:** 7/25/2024 **Merged by:** [@Disiok](https://github.com/Disiok) **Base:** `suo/sql_example` ← **Head:** `suo/pydantic_support` --- ### 📝 Commits (8) - [`45085a7`](https://github.com/run-llama/llama_extract/commit/45085a75965d4ff79c5dd6dd466e616754fcdbf2) feat(client): add create schema - [`08d9e0a`](https://github.com/run-llama/llama_extract/commit/08d9e0a985e90d73c4e1692f11af0296e0def52b) Merge pull request #4 from run-llama/feat/client - [`e51fdd5`](https://github.com/run-llama/llama_extract/commit/e51fdd551be855fc142cfc494909c63958fe81d6) wip - [`2d03336`](https://github.com/run-llama/llama_extract/commit/2d033366bd3b8f2ac50c04aca929e5c79d056465) Merge branch 'suo/sql_example' of github.com:run-llama/llama_extract into suo/pydantic_support - [`60092a8`](https://github.com/run-llama/llama_extract/commit/60092a8e08d3ed02f6ca30ab8e675190be49ba9c) wip - [`98c043a`](https://github.com/run-llama/llama_extract/commit/98c043aebf2f5fe5614bc45ce016a5a746b4e916) wip - [`a7423fb`](https://github.com/run-llama/llama_extract/commit/a7423fbef55e03354f4809884e32afff72de9313) wip - [`1a4ce17`](https://github.com/run-llama/llama_extract/commit/1a4ce17de27366ea3f8b20e152188bf215626278) wip ### 📊 Changes **5 files changed** (+519 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+8 -12) ➕ `examples/demo_pydantic_model.ipynb` (+361 -0) 📝 `llama_extract/base.py` (+137 -22) 📝 `poetry.lock` (+11 -22) 📝 `pyproject.toml` (+2 -1) </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-16 02:16:48 -05:00
yindo closed this issue 2026-02-16 02:16:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_extract#30