RAG Template Not Being Saved #1223

Closed
opened 2025-11-11 14:40:28 -06:00 by GiteaMirror · 1 comment
Owner

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

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](https://docs.openwebui.com/tutorial/rag#rag-template-customisation) **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
Author
Owner

@tjbck commented on GitHub (Jun 12, 2024):

Fixed on dev!

@tjbck commented on GitHub (Jun 12, 2024): Fixed on dev!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1223