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
web-ui is not part of binaries, it needs to be downloaded separately
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
web-ui 不是二进制文件的一部分,需要单独下载
在哪里下载呢,谢谢
抱歉,我说的不仅仅是前端的问题,后端服务无法访问,SKD无法调用
你好,浏览器打开的问题解决了吗 我也遇到这个问题
You can use this script https://github.com/qdrant/qdrant/blob/master/tools/sync-web-ui.sh
后端都根本不能访问啊,不仅仅是前端的问题啊,前端没有UI 其实问题不是很大,后端根本连接不上,这才是问题啊
@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.