[GH-ISSUE #13850] issue: RAG Ignored in Open WebUI v0.6.9 Despite Document Upload and Prompt Tag #17053

Closed
opened 2026-04-19 22:49:39 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @tdiprima on GitHub (May 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13850

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Docker

Open WebUI Version

v0.6.9

Ollama Version (if applicable)

0.6.8

Operating System

macOS Sequoia 15.4.1

Browser (if applicable)

Firefox Developer 139.0b7

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have listed steps to reproduce the bug in detail.

Expected Behavior

When uploading documents to a collection and querying using the collection prefixed with #, Open WebUI should retrieve relevant content from those documents using RAG.

Actual Behavior

Despite uploading documents and using # in the query (e.g., #Collection What is the mission of the Department of Biomedical Informatics of Stony Brook University?), the system ignores the uploaded documents and replies with a generic, internet-based response, indicating that it didn’t access the RAG content at all.

Steps to Reproduce

  1. Install Open WebUI v0.6.9 and Ollama v0.6.8 via Docker.

  2. Upload several documents into a collection within Open WebUI.

  3. Use a direct RAG-enabled prompt, such as:

What is the mission of the Department of Biomedical Informatics of Stony Brook University?

  1. Observe that the model does not reference the documents and gives a general answer.

Logs & Screenshots

N/A — no error messages shown, just irrelevant output.

Additional Information

I verified that the content I’m asking about is present in the uploaded files. I also confirmed that # was used in each prompt, which is supposed to activate retrieval from the collection. It appears that Open WebUI is silently failing to perform document retrieval (RAG), or possibly not attaching the uploaded document context to the model input.

Originally created by @tdiprima on GitHub (May 13, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/13850 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Docker ### Open WebUI Version v0.6.9 ### Ollama Version (if applicable) 0.6.8 ### Operating System macOS Sequoia 15.4.1 ### Browser (if applicable) Firefox Developer 139.0b7 ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using 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 listed steps to reproduce the bug in detail. ### Expected Behavior When uploading documents to a collection and querying using the collection prefixed with `#`, Open WebUI should retrieve relevant content from those documents using RAG. ### Actual Behavior Despite uploading documents and using # in the query (e.g., `#Collection What is the mission of the Department of Biomedical Informatics of Stony Brook University?`), the system ignores the uploaded documents and replies with a generic, internet-based response, indicating that it didn’t access the RAG content at all. ### Steps to Reproduce 1. Install Open WebUI v0.6.9 and Ollama v0.6.8 via Docker. 2. Upload several documents into a collection within Open WebUI. 3. Use a direct RAG-enabled prompt, such as: # What is the mission of the Department of Biomedical Informatics of Stony Brook University? 4. Observe that the model does not reference the documents and gives a general answer. ### Logs & Screenshots N/A — no error messages shown, just irrelevant output. ### Additional Information I verified that the content I’m asking about is present in the uploaded files. I also confirmed that `#` was used in each prompt, which is supposed to activate retrieval from the collection. **It appears that Open WebUI is silently failing to perform document retrieval (RAG), or possibly not attaching the uploaded document context to the model input.**
GiteaMirror added the bug label 2026-04-19 22:49:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#17053