mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
Large documents not being processed #1544
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 @OM-EL on GitHub (Jul 17, 2024).
Discussed in https://github.com/open-webui/open-webui/discussions/3937
Originally posted by OM-EL July 17, 2024
I am having trouble uploading a 100-page book to OpenWeb UI, as it doesn't work and no error is displayed, even when the General logs level is set to DEBUG.
However, uploading smaller documents, like 1 or 2 pages, works perfectly.
I am using an external ChromaDB, and my OpenWeb UI is connected to Bedrock through LiteLLM.
It seems the request doesn't even reach LiteLLM to call the embedding model.
What could be causing this issue, and how can I resolve it?
embedding model : bedrock/amazon.titan-embed-image-v1
Logs shown on OpenWeb ui when i upload the document , and it does not reach.