[PR #196] [MERGED] fix: Add metadatafilters to context chat engine (Typescript) #336

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/196
Author: @marcusschiesser
Created: 7/30/2024
Status: Merged
Merged: 7/31/2024
Merged by: @marcusschiesser

Base: mainHead: ms/add-filters-to-context-chat


📝 Commits (1)

  • bb18936 fix: Add metadatafilters to context chat engine (Typescript)

📊 Changes

4 files changed (+39 additions, -5 deletions)

View changed files

.changeset/red-spoons-shout.md (+5 -0)
📝 templates/components/engines/typescript/chat/chat.ts (+32 -3)
📝 templates/types/streaming/express/package.json (+1 -1)
📝 templates/types/streaming/nextjs/package.json (+1 -1)

📄 Description

Summary by CodeRabbit

  • New Features

    • Introduced metadata filters in the chat engine for more precise message handling.
    • Enhanced chat context processing based on specific metadata attributes.
  • Updates

    • Updated the llamaindex dependency from version 0.5.8 to 0.5.12 to improve overall performance and potentially introduce new features.

🔄 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/196 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 7/30/2024 **Status:** ✅ Merged **Merged:** 7/31/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/add-filters-to-context-chat` --- ### 📝 Commits (1) - [`bb18936`](https://github.com/run-llama/create-llama/commit/bb189365f1f034a4ecbef12dd0cb173387fd06ae) fix: Add metadatafilters to context chat engine (Typescript) ### 📊 Changes **4 files changed** (+39 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/red-spoons-shout.md` (+5 -0) 📝 `templates/components/engines/typescript/chat/chat.ts` (+32 -3) 📝 `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** - Introduced metadata filters in the chat engine for more precise message handling. - Enhanced chat context processing based on specific metadata attributes. - **Updates** - Updated the `llamaindex` dependency from version `0.5.8` to `0.5.12` to improve overall performance and potentially introduce new features. <!-- 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:17 -05:00
yindo closed this issue 2026-02-15 19:17:17 -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#336