mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
[PR #378] [MERGED] Enhance data type #461
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/378
Author: @leehuwuj
Created: 10/16/2024
Status: ✅ Merged
Merged: 10/17/2024
Merged by: @marcusschiesser
Base:
main← Head:lee/enhance-code📝 Commits (10+)
7dcbf2ftmp1e2502aupdate private file handlere12bd29enhance code1cef23creduce complexity5bd3591fix mypyc8a9472fix mypy5fd25f6remove commenta4d3d36support upload file and enhance interpreter tool6efadd4fix blocking stream event3e82be7fix mypy📊 Changes
21 files changed (+509 additions, -514 deletions)
View changed files
➕
.changeset/selfish-tips-lie.md(+5 -0)📝
templates/components/engines/python/agent/tools/interpreter.py(+12 -10)📝
templates/components/engines/typescript/agent/tools/interpreter.ts(+9 -6)📝
templates/components/llamaindex/typescript/documents/helper.ts(+14 -17)📝
templates/components/llamaindex/typescript/documents/upload.ts(+19 -19)📝
templates/components/llamaindex/typescript/streaming/annotations.ts(+12 -17)📝
templates/components/routers/python/sandbox.py(+6 -2)➖
templates/components/services/python/file.py(+0 -198)📝
templates/types/streaming/express/src/controllers/chat-upload.controller.ts(+4 -4)📝
templates/types/streaming/fastapi/app/api/routers/chat_config.py(+36 -30)📝
templates/types/streaming/fastapi/app/api/routers/models.py(+40 -56)📝
templates/types/streaming/fastapi/app/api/routers/upload.py(+8 -10)➖
templates/types/streaming/fastapi/app/engine/utils/file_helper.py(+0 -83)➕
templates/types/streaming/fastapi/app/services/file.py(+300 -0)📝
templates/types/streaming/nextjs/app/api/chat/upload/route.ts(+10 -6)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-input.tsx(+5 -4)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-files.tsx(+1 -4)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message/chat-sources.tsx(+2 -2)📝
templates/types/streaming/nextjs/app/components/ui/chat/hooks/use-file.ts(+6 -21)📝
templates/types/streaming/nextjs/app/components/ui/chat/index.ts(+6 -11)...and 1 more files
📄 Description
Summary by CodeRabbit
Release Notes
New Features
DocumentFileclass, streamlining file metadata management and adding properties likesizeandtype.DocumentFilestructure.Bug Fixes
Documentation
Refactor
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.