[PR #109] [MERGED] feat: Support uploading CSV files for FastAPI app #261

Closed
opened 2026-02-15 19:16:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/109
Author: @leehuwuj
Created: 6/3/2024
Status: Merged
Merged: 6/4/2024
Merged by: @marcusschiesser

Base: mainHead: feat/support-upload-csv-python


📝 Commits (3)

  • fead078 refactor code and support additional csv data for FastAPI
  • ea10f94 fix import
  • 14acff0 refactor code

📊 Changes

3 files changed (+206 additions, -122 deletions)

View changed files

📝 templates/types/streaming/fastapi/app/api/routers/chat.py (+31 -122)
📝 templates/types/streaming/fastapi/app/api/routers/events.py (+0 -0)
templates/types/streaming/fastapi/app/api/routers/models.py (+175 -0)

📄 Description

Summary by CodeRabbit

  • New Features

    • Enhanced chat functionality with improved data processing and response generation.
    • Introduced new models for chat data, configurations, and message handling.
  • Improvements

    • Streamlined chat data parsing and error logging for a smoother user experience.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/109 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/4/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/support-upload-csv-python` --- ### 📝 Commits (3) - [`fead078`](https://github.com/run-llama/create-llama/commit/fead078a250263a7aef5b8ce58f1f7d22cbf0ef6) refactor code and support additional csv data for FastAPI - [`ea10f94`](https://github.com/run-llama/create-llama/commit/ea10f944445a8750953d65d7bc3818a021d9f0ca) fix import - [`14acff0`](https://github.com/run-llama/create-llama/commit/14acff04f48afe05593a5f6ff215c33b21c2dad4) refactor code ### 📊 Changes **3 files changed** (+206 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `templates/types/streaming/fastapi/app/api/routers/chat.py` (+31 -122) 📝 `templates/types/streaming/fastapi/app/api/routers/events.py` (+0 -0) ➕ `templates/types/streaming/fastapi/app/api/routers/models.py` (+175 -0) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced chat functionality with improved data processing and response generation. - Introduced new models for chat data, configurations, and message handling. - **Improvements** - Streamlined chat data parsing and error logging for a smoother user experience. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:56 -05:00
yindo closed this issue 2026-02-15 19:16:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#261