mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Unable to query PDF document from the document library, but inline in the chat #1162
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 @drupol on GitHub (Jun 7, 2024).
Bug Report
Description
Hello,
I helped into packaging Open-WebUI in Nix these last days (https://github.com/NixOS/nixpkgs/pull/316248, https://github.com/NixOS/nixpkgs/pull/317705) and since then, I'm using it on a server in my basement, so far, I'm super happy, I really love it.
I started to import my "Knowledge Base" why is essentially a directory with PDFs on different topics.
In my document library, I have uploaded this paper: https://hal.science/hal-04482192 which is freely accessible.
After a couple of minutes, the embeddings are done, and I open a new chat, select that document using
# <tab>, and submit my request.But I never get a reply... see the log below.
At this point, the
open-webuisystemd service is dead and I must restart it to get it working again.However, when I try to make a query on the same document I upload inline in the chat window, it works pretty fine:
I don't use specific settings or a fancy model:
Environment
Reproduction Details
Confirmation:
Installation Method
A couple of lines in the NixOS configuration file:
Additional Information
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!