[PR #380] [MERGED] feat(express): support showing image on chat message express backend #751

Closed
opened 2026-02-15 21:15:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/LlamaIndexTS/pull/380
Author: @thucpn
Created: 1/15/2024
Status: Merged
Merged: 1/18/2024
Merged by: @marcusschiesser

Base: mainHead: feat/support-showing-image-on-chat-message-on-express


📝 Commits (10+)

  • bda4441 feat(nextjs): send experimental data in router handler
  • 8cc02fe feat(nextjs): add chat message data component
  • fda2a26 fix: code review
  • 8389062 fix: missing env file for frontend in fullstack templates
  • c4229f8 Create spicy-colts-dream.md
  • 7a75b48 fix: remove no need condition
  • f037a3d fix: remove any
  • c974dcd feat(express): support showing image on chat message express backend
  • 27f7653 fix: add expose header
  • 4a4d13d fix: type conversion for model

📊 Changes

3 files changed (+62 additions, -11 deletions)

View changed files

.changeset/spicy-colts-dream.md (+5 -0)
📝 packages/create-llama/templates/types/streaming/express/src/controllers/chat.controller.ts (+18 -3)
📝 packages/create-llama/templates/types/streaming/express/src/controllers/llamaindex-stream.ts (+39 -8)

📄 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/LlamaIndexTS/pull/380 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 1/18/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/support-showing-image-on-chat-message-on-express` --- ### 📝 Commits (10+) - [`bda4441`](https://github.com/run-llama/LlamaIndexTS/commit/bda44416f3beed0fbdec374c9a5a789f89300fc5) feat(nextjs): send experimental data in router handler - [`8cc02fe`](https://github.com/run-llama/LlamaIndexTS/commit/8cc02fe4d0236247761e73f627d938c58824bf03) feat(nextjs): add chat message data component - [`fda2a26`](https://github.com/run-llama/LlamaIndexTS/commit/fda2a268740b56d3805cac2ceca3ae200efdebe9) fix: code review - [`8389062`](https://github.com/run-llama/LlamaIndexTS/commit/8389062271c3ff8d1ce5b8967e3ce0fb3a905555) fix: missing env file for frontend in fullstack templates - [`c4229f8`](https://github.com/run-llama/LlamaIndexTS/commit/c4229f8714612e7b2b116c7589471f9ac8a7387b) Create spicy-colts-dream.md - [`7a75b48`](https://github.com/run-llama/LlamaIndexTS/commit/7a75b48f3580e6f47ac1c1be1fc3fcf8c8014bdd) fix: remove no need condition - [`f037a3d`](https://github.com/run-llama/LlamaIndexTS/commit/f037a3d857f071dc17876742866a569b15974ef0) fix: remove any - [`c974dcd`](https://github.com/run-llama/LlamaIndexTS/commit/c974dcdca3d3d6ba0fc870adb28d1d5f899a57f8) feat(express): support showing image on chat message express backend - [`27f7653`](https://github.com/run-llama/LlamaIndexTS/commit/27f7653c0ed4041b41994c68089e33807195b697) fix: add expose header - [`4a4d13d`](https://github.com/run-llama/LlamaIndexTS/commit/4a4d13de8bb59d9a9a6a461ae48dd24db7ec465c) fix: type conversion for model ### 📊 Changes **3 files changed** (+62 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/spicy-colts-dream.md` (+5 -0) 📝 `packages/create-llama/templates/types/streaming/express/src/controllers/chat.controller.ts` (+18 -3) 📝 `packages/create-llama/templates/types/streaming/express/src/controllers/llamaindex-stream.ts` (+39 -8) </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 21:15:15 -05:00
yindo closed this issue 2026-02-15 21:15:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/LlamaIndexTS#751