[PR #302] [MERGED] feat: use LlamaIndexAdapter #414

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/302
Author: @marcusschiesser
Created: 9/19/2024
Status: Merged
Merged: 9/20/2024
Merged by: @marcusschiesser

Base: mainHead: ms/use-vercel-ai


📝 Commits (3)

📊 Changes

5 files changed (+51 additions, -79 deletions)

View changed files

templates/components/llamaindex/typescript/streaming/stream.ts (+0 -57)
📝 templates/types/streaming/express/package.json (+1 -1)
📝 templates/types/streaming/express/src/controllers/chat.controller.ts (+26 -9)
📝 templates/types/streaming/nextjs/app/api/chat/route.ts (+23 -11)
📝 templates/types/streaming/nextjs/package.json (+1 -1)

📄 Description

depends on https://github.com/vercel/ai/pull/3064 being released

Summary by CodeRabbit

  • New Features

    • Introduced suggested questions based on chat history, enhancing user engagement.
    • Improved chat response handling with a new callback mechanism for final content generation.
  • Bug Fixes

    • Enhanced type safety for chat history management.
  • Refactor

    • Replaced the previous streaming mechanism with a new adapter for better response handling.
  • Chores

    • Updated the version of the ai dependency to enhance application functionality.

🔄 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/302 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/20/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/use-vercel-ai` --- ### 📝 Commits (3) - [`820b86f`](https://github.com/run-llama/create-llama/commit/820b86f6a5d3fe4550c1165f877d42b937837bdb) feat: use LlamaIndexAdapter - [`52ac6a0`](https://github.com/run-llama/create-llama/commit/52ac6a018506be5003e6a62d6e6d8c1da4ba0c8d) use ai 3.3.42 - [`51c19c1`](https://github.com/run-llama/create-llama/commit/51c19c114fd6717f3833c531028dc13a4a9d0f2c) fix: express ### 📊 Changes **5 files changed** (+51 additions, -79 deletions) <details> <summary>View changed files</summary> ➖ `templates/components/llamaindex/typescript/streaming/stream.ts` (+0 -57) 📝 `templates/types/streaming/express/package.json` (+1 -1) 📝 `templates/types/streaming/express/src/controllers/chat.controller.ts` (+26 -9) 📝 `templates/types/streaming/nextjs/app/api/chat/route.ts` (+23 -11) 📝 `templates/types/streaming/nextjs/package.json` (+1 -1) </details> ### 📄 Description depends on https://github.com/vercel/ai/pull/3064 being released <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced suggested questions based on chat history, enhancing user engagement. - Improved chat response handling with a new callback mechanism for final content generation. - **Bug Fixes** - Enhanced type safety for chat history management. - **Refactor** - Replaced the previous streaming mechanism with a new adapter for better response handling. - **Chores** - Updated the version of the `ai` dependency to enhance application functionality. <!-- 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:17:35 -05:00
yindo closed this issue 2026-02-15 19:17:35 -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#414