mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-21 08:25:23 -04:00
[BUG]: Fetch Failed while connecting to chromadb #81
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 @hasani114 on GitHub (Jul 13, 2024).
How are you running VectorAdmin?
Docker (local)
What happened?
I have a docker instance of chromadb running on port 8000 which is accessible. When I insert the URL it just says "fetch failed"
Are there known steps to reproduce?
No response
@timothycarambat commented on GitHub (Jul 13, 2024):
If you are in docker you cannot use localhost since that is a special hostname that loopsback to the container. Use
HTTP://host.docker.internal:8000https://github.com/Mintplex-Labs/vector-admin/blob/39fe4a1117a81feaf09a440b79792120964bb4d6/docker/DOCKER.md#connecting-to-a-vector-database