mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
Knowledge bases not working ? #2565
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 @tiennou44 on GitHub (Nov 5, 2024).
I'm testing Open WebUI (with Ollama) with knowledge bases.
I created two knowledge bases: one called "collection 1" with a pdf file named xxx.pdf and the other called "collection 2" with a pdf file named yyy.pdf.
Each PDF file contains completely different information.
When I start a new conversation, I want to summarize "collection 1". I select "collection 1" with #, then I write my prompt, and I therefore obtain a first response, which summarizes the content of the PDF file of "collection 1".
In the same conversation (this is important), I now select "collection 2", again with #, then write the exact same prompt to summarize the "collection 2".
I then get a new answer, but which summarizes "collection 1" and not "collection 2".
If I now create "collection 3" in the knowledge bases with the files xxx.pdf and yyy.pdf, when I request a summary of the file yyy.pdf after having requested the summary of the file xxx.pdf, it is the same problem: I get the summary from the xxx.pdf file, not from the yyy.pdf file.
And when I request the summary of the entire collection, I get the summary of the xxx.pdf file.