mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #185] [MERGED] feat: Add template for structured extraction #328
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:ms/add-structured-extractor📝 Commits (1)
a4d6145feat: 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
Documentation
Bug Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.