[GH-ISSUE #10953] Abnormal response speed #16088

Closed
opened 2026-04-19 22:07:23 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @A3shTnT on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10953

I connected the container of Olama and the container of OpenWebUI through a bridge network, but the speed of returning requests after input is abnormally slow, requiring a long wait. Once replies start to appear, the speed is the same as the speed of Olama run. During the waiting process, the last record in Docker logs is
INFO: 192.6.80.241:51404- "GET/app/v1/chat/? Page=1 HTTP/1.1" 200 OK.
May I ask why this is? How to modify to speed up the corresponding process.
The situation while waiting is like this:

Image
Originally created by @A3shTnT on GitHub (Feb 28, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/10953 I connected the container of Olama and the container of OpenWebUI through a bridge network, but the speed of returning requests after input is abnormally slow, requiring a long wait. Once replies start to appear, the speed is the same as the speed of Olama run. During the waiting process, the last record in Docker logs is `INFO: 192.6.80.241:51404- "GET/app/v1/chat/? Page=1 HTTP/1.1" 200 OK. ` May I ask why this is? How to modify to speed up the corresponding process. The situation while waiting is like this: <img width="803" alt="Image" src="https://github.com/user-attachments/assets/918de2bc-3e5a-4a1a-81ab-391193e90a2c" />
Author
Owner

@A3shTnT commented on GitHub (Feb 28, 2025):

the overall log of docker about this part is like this:

INFO  [open_webui.routers.files] file.content_type: application/pdf
INFO  [open_webui.routers.retrieval] save_docs_to_vector_db: document 2409.18479v1.pdf file-a0feffc8-c799-4da3-9d40-1daa3d9c9a7b
INFO  [open_webui.routers.retrieval] adding to collection file-a0feffc8-c799-4da3-9d40-1daa3d9c9a7b
Collection file-a0feffc8-c799-4da3-9d40-1daa3d9c9a7b does not exist.
INFO:      - "POST /api/v1/files/ HTTP/1.1" 200 OK
INFO:     - "POST /api/v1/chats/757c306b-12c0-47a1-8c24-9db1351282c2 HTTP/1.1" 200 OK
INFO:     - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK
<!-- gh-comment-id:2689854576 --> @A3shTnT commented on GitHub (Feb 28, 2025): the overall log of docker about this part is like this: ``` INFO [open_webui.routers.files] file.content_type: application/pdf INFO [open_webui.routers.retrieval] save_docs_to_vector_db: document 2409.18479v1.pdf file-a0feffc8-c799-4da3-9d40-1daa3d9c9a7b INFO [open_webui.routers.retrieval] adding to collection file-a0feffc8-c799-4da3-9d40-1daa3d9c9a7b Collection file-a0feffc8-c799-4da3-9d40-1daa3d9c9a7b does not exist. INFO: - "POST /api/v1/files/ HTTP/1.1" 200 OK INFO: - "POST /api/v1/chats/757c306b-12c0-47a1-8c24-9db1351282c2 HTTP/1.1" 200 OK INFO: - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 OK ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#16088