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:
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" />
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
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:
@A3shTnT commented on GitHub (Feb 28, 2025):
the overall log of docker about this part is like this: