[PR #343] [MERGED] bump: use latest LITS #438

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/343
Author: @thucpn
Created: 10/7/2024
Status: Merged
Merged: 10/9/2024
Merged by: @marcusschiesser

Base: mainHead: feat/upgrade-latest-lits


📝 Commits (9)

  • d253a38 bump: use latest LITS
  • f6e3475 Create modern-lemons-applaud.md
  • 713cd3d fix: llamacloud typing issue
  • def62d0 Merge branch 'feat/upgrade-latest-lits' of github.com:run-llama/create-llama into feat/upgrade-latest-lits
  • c2cc5c1 fix: pg constructor
  • 2a70f22 fix: import type llamacloud
  • efc7fed fix: agent chat type
  • 4c89506 feat: update latest lits
  • 44c6fc5 update doc

📊 Changes

8 files changed (+23 additions, -11 deletions)

View changed files

.changeset/modern-lemons-applaud.md (+5 -0)
📝 helpers/env-variables.ts (+1 -1)
📝 templates/components/engines/typescript/agent/chat.ts (+2 -2)
📝 templates/components/vectordbs/typescript/llamacloud/queryFilter.ts (+7 -4)
📝 templates/components/vectordbs/typescript/pg/generate.ts (+3 -1)
📝 templates/components/vectordbs/typescript/pg/index.ts (+3 -1)
📝 templates/types/streaming/express/package.json (+1 -1)
📝 templates/types/streaming/nextjs/package.json (+1 -1)

📄 Description

Summary by CodeRabbit

  • New Features
    • Updated the llamaindex dependency to version 0.6.18 for both the Express and Next.js streaming projects, ensuring access to the latest features and fixes.
  • Bug Fixes
    • Incorporated the latest patches and improvements from the LlamaIndexTS dependency update.
  • Improvements
    • Enhanced configuration structure for the PostgreSQL vector store, improving connection management.
    • Modified import statements for better compatibility with the latest llamaindex cloud API.
    • Updated the description for the PG_CONNECTION_STRING environment variable to reflect a new source for connection URI information.

🔄 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/343 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/upgrade-latest-lits` --- ### 📝 Commits (9) - [`d253a38`](https://github.com/run-llama/create-llama/commit/d253a3855337bdb40bafc54298b7c5774e93aeba) bump: use latest LITS - [`f6e3475`](https://github.com/run-llama/create-llama/commit/f6e3475fb52318b26ef83f160ef781dbfe34ceb0) Create modern-lemons-applaud.md - [`713cd3d`](https://github.com/run-llama/create-llama/commit/713cd3df43b9536cddf49a69b8a1bbad46e393e9) fix: llamacloud typing issue - [`def62d0`](https://github.com/run-llama/create-llama/commit/def62d07c087d8a5cf3773499cbdeea88ebc11d5) Merge branch 'feat/upgrade-latest-lits' of github.com:run-llama/create-llama into feat/upgrade-latest-lits - [`c2cc5c1`](https://github.com/run-llama/create-llama/commit/c2cc5c1d6b461687448ee6eb47135beb49fd5e67) fix: pg constructor - [`2a70f22`](https://github.com/run-llama/create-llama/commit/2a70f22e1f69a1ca22c0fe21bfb893a407926218) fix: import type llamacloud - [`efc7fed`](https://github.com/run-llama/create-llama/commit/efc7fed96d5eab20133992925be149673e8cf4c0) fix: agent chat type - [`4c89506`](https://github.com/run-llama/create-llama/commit/4c89506f86444281d7d096a208b2b5d0cd85f537) feat: update latest lits - [`44c6fc5`](https://github.com/run-llama/create-llama/commit/44c6fc56956ec176bb03e7d4d4f99e6fafb1acf0) update doc ### 📊 Changes **8 files changed** (+23 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/modern-lemons-applaud.md` (+5 -0) 📝 `helpers/env-variables.ts` (+1 -1) 📝 `templates/components/engines/typescript/agent/chat.ts` (+2 -2) 📝 `templates/components/vectordbs/typescript/llamacloud/queryFilter.ts` (+7 -4) 📝 `templates/components/vectordbs/typescript/pg/generate.ts` (+3 -1) 📝 `templates/components/vectordbs/typescript/pg/index.ts` (+3 -1) 📝 `templates/types/streaming/express/package.json` (+1 -1) 📝 `templates/types/streaming/nextjs/package.json` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated the `llamaindex` dependency to version `0.6.18` for both the Express and Next.js streaming projects, ensuring access to the latest features and fixes. - **Bug Fixes** - Incorporated the latest patches and improvements from the LlamaIndexTS dependency update. - **Improvements** - Enhanced configuration structure for the PostgreSQL vector store, improving connection management. - Modified import statements for better compatibility with the latest `llamaindex` cloud API. - Updated the description for the `PG_CONNECTION_STRING` environment variable to reflect a new source for connection URI information. <!-- 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:40 -05:00
yindo closed this issue 2026-02-15 19:17:40 -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#438