mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
RAG Template Not Being Saved #1223
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @glenamac on GitHub (Jun 12, 2024).
Bug Report
Description
Bug Summary:
Changes to the RAG Template are not saved as described here
Steps to Reproduce:
Go to Admin Panel -> Settings -> Documents and then edit RAG Template and click save.
Expected Behavior:
RAG Template is saved.
Actual Behavior:
RAG Template is not saved. It reverts to the default
Environment
Open WebUI Version: [v0.3.2]
Ollama (if applicable): [0.1.42,
Operating System: [Rocky 8]
Reproduction Details
Installation Method
git clone https://github.com/open-webui/open-webui.git
cd open-webui/
cp -RPp .env.example .env
npm i
npm run build
cd ./backend
pip install -r requirements.txt -U
bash start.sh
@tjbck commented on GitHub (Jun 12, 2024):
Fixed on dev!