mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-18 21:14:37 -04:00
[PR #473] [MERGED] add LlamaCloud support for reflex template #530
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/473
Author: @leehuwuj
Created: 12/25/2024
Status: ✅ Merged
Merged: 12/26/2024
Merged by: @marcusschiesser
Base:
main← Head:fix/advanced-question📝 Commits (5)
a2516f7add LlamaCloud support for reflex template23654e4change agents to usecase412945eadd changsets3e5e361fix wrong question value681d08fadd asking LlamaCloud service in simple question📊 Changes
14 files changed (+490 additions, -103 deletions)
View changed files
➕
.changeset/famous-ways-give.md(+5 -0)➕
.changeset/green-melons-thank.md(+5 -0)📝
create-app.ts(+2 -2)📝
e2e/shared/multiagent_template.spec.ts(+6 -6)📝
e2e/shared/reflex_template.spec.ts(+5 -5)📝
e2e/utils.ts(+4 -4)📝
helpers/python.ts(+15 -20)📝
helpers/types.ts(+2 -2)📝
helpers/typescript.ts(+9 -9)📝
index.ts(+2 -2)📝
questions/questions.ts(+61 -25)📝
questions/simple.ts(+28 -28)➕
templates/types/reflex/app/api/routers/models.py(+65 -0)➕
templates/types/reflex/app/services/file.py(+281 -0)📄 Description
Summary by CodeRabbit
New Features
DocumentFilemodel andFileServiceclass.Bug Fixes
Documentation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.