Originally created by @thiswillbeyourgithub on GitHub (Aug 30, 2024).
Bug Report
Installation Method
Docker compose
Environment
Open WebUI Version: 0.3.16
Operating System: ubuntu 22
Browser (if applicable): Brave
Confirmation:
[ x ] I have read and followed all the instructions provided in the README.md.
[ x ] I am on the latest version of both Open WebUI and Ollama.
[ x ] I have included the browser console logs.
[ x ] I have included the Docker container logs.
[ x ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
Expected Behavior:
The expected behavior is that if the context is empty an error should happen.
Actual Behavior:
No error happens and thr LLM just hallucinates answer.
Description
Bug Summary:
It seems my RAG setup is broken. No matter what type of document I send, which browser I use etc looking at the traffic via langfuse shows me that the [context] is replaced by an empty string. The purpose of this issue is to add an exception when the context.strip() is empty.
Reproduction Details
Steps to Reproduce:
Irrelevant.
Originally created by @thiswillbeyourgithub on GitHub (Aug 30, 2024).
# Bug Report
## Installation Method
Docker compose
## Environment
- **Open WebUI Version:** 0.3.16
- **Operating System:** ubuntu 22
- **Browser (if applicable):** Brave
**Confirmation:**
- [ x ] I have read and followed all the instructions provided in the README.md.
- [ x ] I am on the latest version of both Open WebUI and Ollama.
- [ x ] I have included the browser console logs.
- [ x ] I have included the Docker container logs.
- [ x ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
## Expected Behavior:
The expected behavior is that if the context is empty an error should happen.
## Actual Behavior:
No error happens and thr LLM just hallucinates answer.
## Description
**Bug Summary:**
It seems my RAG setup is broken. No matter what type of document I send, which browser I use etc looking at the traffic via langfuse shows me that the [context] is replaced by an empty string. The purpose of this issue is to add an exception when the context.strip() is empty.
## Reproduction Details
**Steps to Reproduce:**
Irrelevant.
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 @thiswillbeyourgithub on GitHub (Aug 30, 2024).
Bug Report
Installation Method
Docker compose
Environment
Open WebUI Version: 0.3.16
Operating System: ubuntu 22
Browser (if applicable): Brave
Confirmation:
Expected Behavior:
The expected behavior is that if the context is empty an error should happen.
Actual Behavior:
No error happens and thr LLM just hallucinates answer.
Description
Bug Summary:
It seems my RAG setup is broken. No matter what type of document I send, which browser I use etc looking at the traffic via langfuse shows me that the [context] is replaced by an empty string. The purpose of this issue is to add an exception when the context.strip() is empty.
Reproduction Details
Steps to Reproduce:
Irrelevant.