[PR #30] [MERGED] feat: Update FastAPI endpoint to support nodeSources #198

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

📋 Pull Request Information

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

Base: mainHead: lee/add-source-nodes-response


📝 Commits (5)

  • 8f893e2 update fastapi endpoint to support nodeSources
  • df77a1e update default ui
  • 5bb3db8 refactor code
  • 1664be0 docs(changeset): Add nodes to the response and support Vercel streaming format
  • 598d4b8 Update templates/types/streaming/fastapi/app/api/routers/vercel_response.py

📊 Changes

4 files changed (+82 additions, -9 deletions)

View changed files

.changeset/eleven-lemons-look.md (+5 -0)
📝 questions.ts (+1 -1)
📝 templates/types/streaming/fastapi/app/api/routers/chat.py (+43 -8)
templates/types/streaming/fastapi/app/api/routers/vercel_response.py (+33 -0)

📄 Description

No description provided


🔄 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/30 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `lee/add-source-nodes-response` --- ### 📝 Commits (5) - [`8f893e2`](https://github.com/run-llama/create-llama/commit/8f893e2f621a45331fee0efd1c90c79425d12af5) update fastapi endpoint to support nodeSources - [`df77a1e`](https://github.com/run-llama/create-llama/commit/df77a1e6d814c996fd64576f772e405af2cdd39b) update default ui - [`5bb3db8`](https://github.com/run-llama/create-llama/commit/5bb3db8b8b04eba6d2a7ea33ab1e20213abba0cf) refactor code - [`1664be0`](https://github.com/run-llama/create-llama/commit/1664be0e4e943ef60aab5820f818c18b3fc2e309) docs(changeset): Add nodes to the response and support Vercel streaming format - [`598d4b8`](https://github.com/run-llama/create-llama/commit/598d4b83074f99df0027be6ccddead214a0b07a2) Update templates/types/streaming/fastapi/app/api/routers/vercel_response.py ### 📊 Changes **4 files changed** (+82 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/eleven-lemons-look.md` (+5 -0) 📝 `questions.ts` (+1 -1) 📝 `templates/types/streaming/fastapi/app/api/routers/chat.py` (+43 -8) ➕ `templates/types/streaming/fastapi/app/api/routers/vercel_response.py` (+33 -0) </details> ### 📄 Description _No description provided_ --- <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:40 -05:00
yindo closed this issue 2026-02-15 19:16:41 -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#198