[GH-ISSUE #1721] [BUG]: When I attempt to use the Vector Database provided by Qdrant, the chatbot responds with the error message: ‘Could not respond to message. Fetch failed.’ #1125

Closed
opened 2026-02-22 18:23:12 -05:00 by yindo · 2 comments
Owner

Originally created by @pengge on GitHub (Jun 19, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1721

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

When I change the default vector database to Qdrant and use the input URL ‘http://localhost:6333,’
localhost_url
the chatbot replies with an error message: ‘Could not respond to message. Fetch failed.’
error Info

However, if I use the input URL ‘http://127.0.0.1:6333,’
127_url
it works fine.

Are there known steps to reproduce?

No response

Originally created by @pengge on GitHub (Jun 19, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1721 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? When I change the default vector database to Qdrant and use the input URL ‘http://localhost:6333,’ ![localhost_url](https://github.com/Mintplex-Labs/anything-llm/assets/3012297/cef44099-2889-4c42-af5d-b5a03b31d5af) the chatbot replies with an error message: ‘Could not respond to message. Fetch failed.’ ![error Info](https://github.com/Mintplex-Labs/anything-llm/assets/3012297/8623c0a6-0629-40dd-b9fa-027efd522f86) However, if I use the input URL ‘http://127.0.0.1:6333,’ ![127_url](https://github.com/Mintplex-Labs/anything-llm/assets/3012297/464e3af0-7b1b-4bc7-9f7b-1b1414564b67) it works fine. ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:23:12 -05:00
yindo closed this issue 2026-02-22 18:23:13 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jun 19, 2024):

This is because the qdrant application is not binding to the localhost loopback and is instead binding to the address of 127.0.0.1 - this is common for some applications or docker setups

@timothycarambat commented on GitHub (Jun 19, 2024): This is because the qdrant application is not binding to the `localhost` loopback and is instead binding to the address of `127.0.0.1` - this is common for some applications or docker setups
Author
Owner

@mcandiav commented on GitHub (Sep 7, 2025):

I have simila issue. I am using easypanel to deploy all my services. AnythingLLM also Qdrant. The only way that works for me was. Installing both AnythingLLM and Qdrant on the same Easypanel's project and give the name http://projectname_qdrant:6333/ in that way I make it works perfectly.
Anothe issue is to use qdrant selfhosted inside easypanel. It has been almost impossible to use qdrant with anythingllm. I can use qdran in N8N without any problem. Only Anythingllm localy on my pc cant use qdrant at all. Any solutions?

@mcandiav commented on GitHub (Sep 7, 2025): I have simila issue. I am using easypanel to deploy all my services. AnythingLLM also Qdrant. The only way that works for me was. Installing both AnythingLLM and Qdrant on the same Easypanel's project and give the name http://projectname_qdrant:6333/ in that way I make it works perfectly. Anothe issue is to use qdrant selfhosted inside easypanel. It has been almost impossible to use qdrant with anythingllm. I can use qdran in N8N without any problem. Only Anythingllm localy on my pc cant use qdrant at all. Any solutions?
yindo changed title from [BUG]: When I attempt to use the Vector Database provided by Qdrant, the chatbot responds with the error message: ‘Could not respond to message. Fetch failed.’ to [GH-ISSUE #1721] [BUG]: When I attempt to use the Vector Database provided by Qdrant, the chatbot responds with the error message: ‘Could not respond to message. Fetch failed.’ 2026-06-05 14:39:06 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1125