[PR #4813] [MERGED] feat: show rag status when using models with knowledge collections #8368

Closed
opened 2025-11-11 17:52:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4813
Author: @jannikstdl
Created: 8/22/2024
Status: Merged
Merged: 8/22/2024
Merged by: @tjbck

Base: devHead: rag-knowledge-status


📝 Commits (2)

  • abe17ab feat: show rag status when using models with knowledge collections
  • 85f8a80 refac

📊 Changes

3 files changed (+54 additions, -3 deletions)

View changed files

📝 src/lib/components/chat/Chat.svelte (+51 -2)
📝 src/lib/i18n/locales/de-DE/translation.json (+2 -1)
📝 src/lib/i18n/locales/en-US/translation.json (+1 -0)

📄 Description

Changelog Entry

Added

  • 📊 Status Bar for Knowledge Collections: Displays a status bar during vector retrieval to inform users of loading progress and improve UX.

Description

  • Displays a status bar when the user is using a model with Knowledge Collections. Similar to ChatGPT, this improves UX by showing the user what is currently happening, as large collections often have longer loading times during retrieval. This makes the user aware that the longer loading time is due to vector retrieval and not the language model.

Screenshots or Videos

https://github.com/user-attachments/assets/22b6ec69-7334-4861-9df8-7c677a5a669d

PS: had this in my fork, maybe this is useful..


🔄 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/open-webui/open-webui/pull/4813 **Author:** [@jannikstdl](https://github.com/jannikstdl) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `rag-knowledge-status` --- ### 📝 Commits (2) - [`abe17ab`](https://github.com/open-webui/open-webui/commit/abe17ab4b50eba79d8435fe32b0396754dff624e) feat: show rag status when using models with knowledge collections - [`85f8a80`](https://github.com/open-webui/open-webui/commit/85f8a80389164acab6dd5fe978cd426ab034ac43) refac ### 📊 Changes **3 files changed** (+54 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Chat.svelte` (+51 -2) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+2 -1) 📝 `src/lib/i18n/locales/en-US/translation.json` (+1 -0) </details> ### 📄 Description # Changelog Entry ### Added - **📊 Status Bar for Knowledge Collections**: Displays a status bar during vector retrieval to inform users of loading progress and improve UX. ### Description - Displays a status bar when the user is using a model with Knowledge Collections. Similar to ChatGPT, this improves UX by showing the user what is currently happening, as large collections often have longer loading times during retrieval. This makes the user aware that the longer loading time is due to vector retrieval and not the language model. ### Screenshots or Videos https://github.com/user-attachments/assets/22b6ec69-7334-4861-9df8-7c677a5a669d PS: had this in my fork, maybe this is useful.. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:52:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8368