Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAG Template Not Being Saved #3068

Closed
glenamac opened this issue Jun 12, 2024 · 1 comment
Closed

RAG Template Not Being Saved #3068

glenamac opened this issue Jun 12, 2024 · 1 comment

Comments

@glenamac
Copy link

glenamac commented 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
Copy link
Contributor

tjbck commented Jun 12, 2024

Fixed on dev!

@tjbck tjbck closed this as completed Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants