[PR #185] [MERGED] feat: Add template for structured extraction #328

Closed
opened 2026-02-15 19:17:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/185
Author: @marcusschiesser
Created: 7/25/2024
Status: Merged
Merged: 7/25/2024
Merged by: @marcusschiesser

Base: mainHead: ms/add-structured-extractor


📝 Commits (1)

  • a4d6145 feat: Add template for structured extraction

📊 Changes

13 files changed (+237 additions, -63 deletions)

View changed files

.changeset/proud-seals-yell.md (+5 -0)
📝 helpers/index.ts (+5 -1)
📝 helpers/types.ts (+1 -0)
📝 questions.ts (+2 -1)
templates/types/extractor/fastapi/README-template.md (+68 -0)
templates/types/extractor/fastapi/app/__init__.py (+0 -0)
templates/types/extractor/fastapi/app/api/__init__.py (+0 -0)
templates/types/extractor/fastapi/app/api/routers/__init__.py (+0 -0)
templates/types/extractor/fastapi/app/api/routers/extractor.py (+58 -0)
templates/types/extractor/fastapi/app/api/routers/output.py (+32 -0)
templates/types/extractor/fastapi/main.py (+45 -0)
templates/types/extractor/fastapi/pyproject.toml (+21 -0)
templates/types/streaming/fastapi/app/llmhub.py (+0 -61)

📄 Description

Summary by CodeRabbit

  • New Features

    • Introduced a structured extraction template to streamline data handling processes.
    • Added support for a new template type, "extractor," enhancing template configuration options.
    • Enhanced the question prompt options to include "Structured Extractor," improving user interactions.
    • Launched a FastAPI application to serve extraction queries and manage structured data responses.
  • Documentation

    • Added a comprehensive README template for the FastAPI project, detailing setup and usage instructions.
  • Bug Fixes

    • Improved error handling and response structuring in API query requests.

🔄 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/create-llama/pull/185 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 7/25/2024 **Status:** ✅ Merged **Merged:** 7/25/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/add-structured-extractor` --- ### 📝 Commits (1) - [`a4d6145`](https://github.com/run-llama/create-llama/commit/a4d6145bfbaca594397d3133515b685fb6c50681) feat: Add template for structured extraction ### 📊 Changes **13 files changed** (+237 additions, -63 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/proud-seals-yell.md` (+5 -0) 📝 `helpers/index.ts` (+5 -1) 📝 `helpers/types.ts` (+1 -0) 📝 `questions.ts` (+2 -1) ➕ `templates/types/extractor/fastapi/README-template.md` (+68 -0) ➕ `templates/types/extractor/fastapi/app/__init__.py` (+0 -0) ➕ `templates/types/extractor/fastapi/app/api/__init__.py` (+0 -0) ➕ `templates/types/extractor/fastapi/app/api/routers/__init__.py` (+0 -0) ➕ `templates/types/extractor/fastapi/app/api/routers/extractor.py` (+58 -0) ➕ `templates/types/extractor/fastapi/app/api/routers/output.py` (+32 -0) ➕ `templates/types/extractor/fastapi/main.py` (+45 -0) ➕ `templates/types/extractor/fastapi/pyproject.toml` (+21 -0) ➖ `templates/types/streaming/fastapi/app/llmhub.py` (+0 -61) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a structured extraction template to streamline data handling processes. - Added support for a new template type, "extractor," enhancing template configuration options. - Enhanced the question prompt options to include "Structured Extractor," improving user interactions. - Launched a FastAPI application to serve extraction queries and manage structured data responses. - **Documentation** - Added a comprehensive README template for the FastAPI project, detailing setup and usage instructions. - **Bug Fixes** - Improved error handling and response structuring in API query requests. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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-15 19:17:14 -05:00
yindo closed this issue 2026-02-15 19:17:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#328