mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #5721] Bug: RAG documents #14101
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pablomart on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5721
Bug Report
Installation Method
Environment
Open WebUI Version: v0.3.28
Ollama (if applicable): v0.3.0
Operating System: Windows 10
Browser (if applicable): Chrome Version 128.0.6613.85
Confirmation:
Expected Behavior:
I want to ask any question about a document, and I want the model answer according to the information of the document I have selected in the conversation.
Actual Behavior:
I select the document I want to ask for information about, but the model does not detect the document in the conversation and says other information not related to the document. The model lost the context of the document I am asking about and invents an answer about hotels that has nothing to do with the document and the requested question.
Description
Bug Summary:
You want to ask questions about a document selected in the conversation, but the model does not answer information about the document but about something else.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
I have noticed that in the application logs it is not recognising the file and the result id

Screenshots/Screen Recordings (if applicable):
This is an image of the chat made when asked about the selected document.
Additional Information
I would like to know more information about how to refer to the documents to ask questions, since in some cases it does answer me based on the information in the document and in others it does not recognize the document and the answer is invented.
@tjbck Would you know why this is happening, or could you teach me how to reference documents better?
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!