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: main ← Head: editable-chunk-params
main
editable-chunk-params
ccf08fb
5270efa
082d1d1
a31fecc
07b4519
7 files changed (+296 additions, -23 deletions)
📝 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)
backend/apps/rag/main.py
backend/config.py
src/lib/apis/rag/index.ts
src/lib/components/documents/Settings/General.svelte
src/lib/utils/rag/index.ts
src/routes/(app)/+page.svelte
src/routes/(app)/c/[id]/+page.svelte
Resolves: #460
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:editable-chunk-params📝 Commits (5)
ccf08fbfeat: editable chunk params5270efafeat: editable rag template082d1d1fix: template load issuea31feccfeat: editable rag template frontend07b4519feat: 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.