qdrant icon indicating copy to clipboard operation
qdrant copied to clipboard

Why can't I access the http://localhost:6333/dashboard,Java client 6334 after the Windows qdrant.exe starts? The documentation for Windows was also not found

Open putilaoshi opened this issue 6 months ago • 6 comments

Image

Image

putilaoshi avatar Jun 14 '25 12:06 putilaoshi

web-ui is not part of binaries, it needs to be downloaded separately

Image

generall avatar Jun 14 '25 13:06 generall

Sorry, I'm not just talking about the front-end problem, the back-end service can't access and the SKD can't be called

putilaoshi avatar Jun 15 '25 04:06 putilaoshi

web-ui 不是二进制文件的一部分,需要单独下载

Image

在哪里下载呢,谢谢

xuebear avatar Jun 15 '25 08:06 xuebear

抱歉,我说的不仅仅是前端的问题,后端服务无法访问,SKD无法调用

你好,浏览器打开的问题解决了吗 我也遇到这个问题

xuebear avatar Jun 15 '25 09:06 xuebear

You can use this script https://github.com/qdrant/qdrant/blob/master/tools/sync-web-ui.sh

generall avatar Jun 15 '25 10:06 generall

后端都根本不能访问啊,不仅仅是前端的问题啊,前端没有UI 其实问题不是很大,后端根本连接不上,这才是问题啊

putilaoshi avatar Jun 15 '25 14:06 putilaoshi

@putilaoshi when using a qdrant.exe binary directly, you'll have to provide the Web UI files yourself.

You can use the script mentioned here to obtain them: https://github.com/qdrant/qdrant/issues/6691#issuecomment-2973635532

If you have trouble using the bash script on Windows, you can manually download the assets here. Then you'll have to extract it and put the files into a static/ directory so that your file tree looks like this:

./static
├── assets
│   └── ...
├── favicon.ico
├── index.html
├── logo192.png
├── logo512.png
├── logo.png
├── manifest.json
├── openapi.json
├── qdrant-web-ui.spdx.json
└── robots.txt

Alternatively you may use Docker to run Qdrant, because it includes the web UI files by default.

You may also use our Cloud offering, where we offer a basic instance free of charge. It has the web UI set up for you automatically.

Assuming doing either of the above resolves the problem - I'm closing this now.

timvisee avatar Jun 16 '25 14:06 timvisee