[PR #143] [MERGED] chore: update to llamaindex 0.4.3 #290

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/143
Author: @marcusschiesser
Created: 6/24/2024
Status: Merged
Merged: 6/26/2024
Merged by: @marcusschiesser

Base: mainHead: ms/update-llamaindex


📝 Commits (6)

  • 9c19b46 chore: update to llamaindex 0.4.1
  • 7efdda8 Create happy-lamps-rush.md
  • 73df782 chore: bump nextjs version
  • 16e452c chore: order nextjs imports
  • 2c7c4c5 fix: add tiktoken to include WASM in build for NextJS
  • 9a0c3ed chore: use 0.4.3

📊 Changes

7 files changed (+35 additions, -83 deletions)

View changed files

.changeset/happy-lamps-rush.md (+5 -0)
📝 templates/types/streaming/express/package.json (+1 -1)
📝 templates/types/streaming/express/src/controllers/llamaindex-stream.ts (+5 -33)
📝 templates/types/streaming/express/src/controllers/stream-helper.ts (+3 -2)
📝 templates/types/streaming/nextjs/app/api/chat/llamaindex-stream.ts (+5 -33)
📝 templates/types/streaming/nextjs/app/api/chat/stream-helper.ts (+3 -2)
📝 templates/types/streaming/nextjs/package.json (+13 -12)

📄 Description

Summary by CodeRabbit

  • New Features

    • Added new dependencies: @apidevtools/swagger-parser, @e2b/code-interpreter, and @llamaindex/pdf-viewer for enhanced functionality in Next.js projects.
  • Improvements

    • Updated llamaindex package to version 0.4.3, incorporating new features and improvements.
    • Updated package versions for next, got, tiktoken, vaul, formdata-node, @types/uuid, eslint-config-next, and typescript.
  • Refactor

    • Simplified and improved response handling logic in streaming-related functions.
    • Streamlined event listeners and data handling in createCallbackManager function.

🔄 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/143 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/update-llamaindex` --- ### 📝 Commits (6) - [`9c19b46`](https://github.com/run-llama/create-llama/commit/9c19b46e4b94bc3a9742462563284756a78284e7) chore: update to llamaindex 0.4.1 - [`7efdda8`](https://github.com/run-llama/create-llama/commit/7efdda81f89887d6457a5aa6423b20000b1cc7b6) Create happy-lamps-rush.md - [`73df782`](https://github.com/run-llama/create-llama/commit/73df7827d1a3b5e22bea969aeae321bd71f6e4c0) chore: bump nextjs version - [`16e452c`](https://github.com/run-llama/create-llama/commit/16e452cabe12b51fe1b75d9ea7fd52dfa05d8762) chore: order nextjs imports - [`2c7c4c5`](https://github.com/run-llama/create-llama/commit/2c7c4c5710af6bf46f41ae51137bc3055dd15536) fix: add tiktoken to include WASM in build for NextJS - [`9a0c3ed`](https://github.com/run-llama/create-llama/commit/9a0c3edfe3e5f1bfdcc62cac8d09985f9c311f8c) chore: use 0.4.3 ### 📊 Changes **7 files changed** (+35 additions, -83 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/happy-lamps-rush.md` (+5 -0) 📝 `templates/types/streaming/express/package.json` (+1 -1) 📝 `templates/types/streaming/express/src/controllers/llamaindex-stream.ts` (+5 -33) 📝 `templates/types/streaming/express/src/controllers/stream-helper.ts` (+3 -2) 📝 `templates/types/streaming/nextjs/app/api/chat/llamaindex-stream.ts` (+5 -33) 📝 `templates/types/streaming/nextjs/app/api/chat/stream-helper.ts` (+3 -2) 📝 `templates/types/streaming/nextjs/package.json` (+13 -12) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added new dependencies: `@apidevtools/swagger-parser`, `@e2b/code-interpreter`, and `@llamaindex/pdf-viewer` for enhanced functionality in Next.js projects. - **Improvements** - Updated `llamaindex` package to version `0.4.3`, incorporating new features and improvements. - Updated package versions for `next`, `got`, `tiktoken`, `vaul`, `formdata-node`, `@types/uuid`, `eslint-config-next`, and `typescript`. - **Refactor** - Simplified and improved response handling logic in streaming-related functions. - Streamlined event listeners and data handling in `createCallbackManager` function. <!-- 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:04 -05:00
yindo closed this issue 2026-02-15 19:17:04 -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#290