mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #8465] Open-WebUI API Works with Normal Models but Fails with Knowledge/RAG Database on Other OpenAI-Compatible Clients #30664
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 @bpawnzZ on GitHub (Jan 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8465
Hi everyone,
I’m currently setting up Open-WebUI’s API and running into an issue. The API works perfectly with normal models when accessed through other OpenAI-compatible clients (such as Cline or ChatboxAI). However, when I attach a knowledge/RAG database to the API, I encounter the following error:
This error occurs consistently across multiple client applications (except Open-WebUI itself), suggesting an issue with how the API handles the knowledge/RAG database in non-Open-WebUI clients.
To reproduce:
I’ve confirmed that the API works fine with
curlin the terminal and can connect to other Open-WebUI instances without issues, even with the knowledge/RAG database attached.Has anyone else experienced this or have any insights into why this might be happening? Any suggestions or potential solutions would be greatly appreciated!
Thank you in advance for your help!