mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
[PR #153] [MERGED] feat: able to display file url from llamacloud #300
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/153
Author: @thucpn
Created: 7/5/2024
Status: ✅ Merged
Merged: 7/18/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/able-to-display-file-url-from-llamacloud📝 Commits (10+)
3befca4feat: get llamacloud file url in fast api46823c0refactor: move llamacloud to service0854c5bfix: long url should be truncated444e3b2pre check pdf urlbc514c0fix: display link on hover card when pdf fail873b8f3feat(ts): get file url from LLamaCloudFileService9aead8aCreate happy-hairs-kick.md41a544erefactor: rename variables and add try-catch72beab6Merge branch 'feat/able-to-display-file-url-from-llamacloud' of github.com:run-llama/create-llama into feat/able-to-display-file-url-from-llamacloud7073584style: don't need to change UI📊 Changes
24 files changed (+528 additions, -213 deletions)
View changed files
➕
.changeset/happy-hairs-kick.md(+5 -0)📝
helpers/index.ts(+3 -4)➖
templates/components/llamaindex/typescript/documents/documents.ts(+0 -104)➕
templates/components/llamaindex/typescript/documents/helper.ts(+44 -0)➕
templates/components/llamaindex/typescript/documents/pipeline.ts(+65 -0)➕
templates/components/llamaindex/typescript/documents/upload.ts(+11 -0)📝
templates/components/llamaindex/typescript/streaming/events.ts(+34 -18)➕
templates/components/llamaindex/typescript/streaming/service.ts(+103 -0)📝
templates/components/vectordbs/python/llamacloud/generate.py(+4 -0)📝
templates/components/vectordbs/python/none/generate.py(+4 -7)📝
templates/components/vectordbs/typescript/llamacloud/generate.ts(+9 -0)📝
templates/types/streaming/express/package.json(+1 -1)📝
templates/types/streaming/express/src/controllers/chat-upload.controller.ts(+1 -1)📝
templates/types/streaming/fastapi/app/api/routers/chat.py(+32 -12)📝
templates/types/streaming/fastapi/app/api/routers/models.py(+68 -22)📝
templates/types/streaming/fastapi/app/api/routers/vercel_response.py(+15 -18)📝
templates/types/streaming/fastapi/app/api/services/file.py(+21 -6)➕
templates/types/streaming/fastapi/app/api/services/llama_cloud.py(+88 -0)➖
templates/types/streaming/fastapi/app/engine/__init__.py(+0 -5)📝
templates/types/streaming/fastapi/app/engine/generate.py(+7 -10)...and 4 more files
📄 Description
Summary by CodeRabbit
New Features
Enhancements
Bug Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.