[PR #779] [MERGED] feat: editable chunk params #7256

Closed
opened 2025-11-11 17:21:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/779
Author: @tjbck
Created: 2/18/2024
Status: Merged
Merged: 2/18/2024
Merged by: @tjbck

Base: mainHead: editable-chunk-params


📝 Commits (5)

  • ccf08fb feat: editable chunk params
  • 5270efa feat: editable rag template
  • 082d1d1 fix: template load issue
  • a31fecc feat: editable rag template frontend
  • 07b4519 feat: reset rag template

📊 Changes

7 files changed (+296 additions, -23 deletions)

View changed files

📝 backend/apps/rag/main.py (+61 -2)
📝 backend/config.py (+15 -0)
📝 src/lib/apis/rag/index.ts (+115 -0)
📝 src/lib/components/documents/Settings/General.svelte (+77 -5)
📝 src/lib/utils/rag/index.ts (+18 -14)
📝 src/routes/(app)/+page.svelte (+5 -1)
📝 src/routes/(app)/c/[id]/+page.svelte (+5 -1)

📄 Description

Resolves: #460


🔄 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/779 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/18/2024 **Status:** ✅ Merged **Merged:** 2/18/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `editable-chunk-params` --- ### 📝 Commits (5) - [`ccf08fb`](https://github.com/open-webui/open-webui/commit/ccf08fb91e3960b1b8457306ac231d18dc7f21e2) feat: editable chunk params - [`5270efa`](https://github.com/open-webui/open-webui/commit/5270efa9e5cf5d39de326930344ac94611622935) feat: editable rag template - [`082d1d1`](https://github.com/open-webui/open-webui/commit/082d1d15c39bc37687afada7213875e367549055) fix: template load issue - [`a31fecc`](https://github.com/open-webui/open-webui/commit/a31feccd64e53ef0934b3d59de03e9f3e50ada9e) feat: editable rag template frontend - [`07b4519`](https://github.com/open-webui/open-webui/commit/07b451995e8e98a5c0e7b89178d870c033016282) feat: reset rag template ### 📊 Changes **7 files changed** (+296 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/rag/main.py` (+61 -2) 📝 `backend/config.py` (+15 -0) 📝 `src/lib/apis/rag/index.ts` (+115 -0) 📝 `src/lib/components/documents/Settings/General.svelte` (+77 -5) 📝 `src/lib/utils/rag/index.ts` (+18 -14) 📝 `src/routes/(app)/+page.svelte` (+5 -1) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+5 -1) </details> ### 📄 Description Resolves: #460 --- <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:21:38 -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#7256