cd ./backend
pip install -r requirements.txt -U
bash start.sh
Originally created by @glenamac on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3068
# 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @glenamac on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3068
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!