mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #209] [MERGED] feat: use Reflex UI for structure template #346
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/209
Author: @leehuwuj
Created: 8/5/2024
Status: ✅ Merged
Merged: 8/20/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/structure-ui📝 Commits (10+)
9e0e9b1add Reflex to structure template7f4b7a7refactor code567ae61refactor: rename upload page to index pageab392c0refactor: remove menu_item_link function from template.py4576d5aupdate readmee273af6refactor app.py codee300855add missing code for index and vector storef9ed74eremove cors11b21f0disable llamaparse for structure template31a9269fix wrong condition📊 Changes
41 files changed (+1026 additions, -295 deletions)
View changed files
➕
.changeset/lemon-houses-glow.md(+5 -0)📝
.github/workflows/e2e.yml(+13 -0)➖
e2e/basic.spec.ts(+0 -120)➕
e2e/extractor_template.spec.ts(+50 -0)➕
e2e/streaming_template.spec.ts(+125 -0)📝
e2e/utils.ts(+15 -9)📝
helpers/run-app.ts(+59 -48)📝
index.ts(+5 -1)📝
questions.ts(+13 -4)📝
templates/components/engines/python/agent/engine.py(+4 -3)📝
templates/components/engines/python/chat/engine.py(+0 -0)➖
templates/components/vectordbs/python/llamacloud/__init__.py(+0 -0)➖
templates/components/vectordbs/python/none/__init__.py(+0 -0)📝
templates/types/extractor/fastapi/README-template.md(+21 -15)➕
templates/types/extractor/fastapi/app/api/models.py(+18 -0)📝
templates/types/extractor/fastapi/app/api/routers/extractor.py(+5 -48)➕
templates/types/extractor/fastapi/app/api/routers/main.py(+7 -0)➕
templates/types/extractor/fastapi/app/app.py(+22 -0)➕
templates/types/extractor/fastapi/app/config.py(+1 -0)➕
templates/types/extractor/fastapi/app/engine/__init__.py(+1 -0)...and 21 more files
📄 Description
Summary by CodeRabbit
New Features
Improvements
Documentation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.