mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #4611] problem with rag: TypeError: 'NoneType' object is not iterable #29200
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 @mirkancal on GitHub (Aug 15, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4611
Bug Report
I have no problem with file upload but RAG never worked on my end. I didn't do anything else except uploading file and sending to chat, do I need to install some pipeline or tool for a basic rag?


Installation Method
Docker, Ubuntu server
Environment
Open WebUI Version: v0.3.13
(latest)
Operating System: : Ubuntu 24.04 LTS
Docker version 27.1.2, build d01f264
Confirmation:
Expected Behavior:
Basic embedding search.
Actual Behavior:
No idea about file(expected) but also no idea about questions.
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Reproduction Details
Steps to Reproduce:
I'm using openai embeddings.
Uploading any pdf file and ask my questions.
Logs and Screenshots
Browser Console Logs:
No network or console errors on devtools.
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
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!