You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another issue problem with this kind of setup is that qdrant dashboard doesn't work. This is because the dashboard queries embeddings from localhost:6333. Without the relative /qdrant path.
note: I am not sysadmin expert so my setup might not be the standard one
Actually this isn't the exact same issue as the other one, the main repo issue does use some path but just not the full dashboard paths, however this issue for collections page doesn't include any subpaths as all. It attempts to access the direct host host/collections, instead of the full FQDN.
I am using nginx to proxy connection to qdrant node via /qdrant path.
The qdrant library seems to remove the path from url:
this returns 404. As you can see, the
/qdrant
path is removedIf I use the
prefix
variable, then the request is successfulqdrant.js: 1.7.0
The text was updated successfully, but these errors were encountered: