Package Details: qdrant-bin 1.17.0-1

Git Clone URL: https://aur.archlinux.org/qdrant-bin.git (read-only, click to copy)
Package Base: qdrant-bin
Description: Vector Database for the next generation of AI applications
Upstream URL: https://qdrant.tech
Licenses: Apache-2.0
Conflicts: qdrant
Provides: qdrant
Submitter: chardoncs
Maintainer: DavideSecco
Last Packager: tee
Votes: 0
Popularity: 0.000000
First Submitted: 2025-05-15 02:07 (UTC)
Last Updated: 2026-02-26 05:44 (UTC)

Latest Comments

chardoncs commented on 2025-09-10 14:54 (UTC)

As far as I know, the web UI is not included.

I have disowned this AUR because I don't have time right now, unfortunately. If someone knows how to handle this, feel free to help.

matrs commented on 2025-09-10 14:36 (UTC) (edited on 2025-09-10 14:37 (UTC) by matrs)

2025-09-10T14:31:51.826708Z  WARN qdrant::settings: Config file not found: config/config    
2025-09-10T14:31:51.826739Z  WARN qdrant::settings: Config file not found: config/development    
2025-09-10T14:31:51.826858Z  INFO storage::content_manager::consensus::persistent: Initializing new raft state at ./storage/raft_state.json    
2025-09-10T14:31:51.870050Z  INFO qdrant: Distributed mode disabled    
2025-09-10T14:31:51.870099Z  INFO qdrant: Telemetry reporting enabled, id: d8524b6d-5ac1-4544-81a5-006098794688    
2025-09-10T14:31:51.870153Z  INFO qdrant: Inference service is not configured.    
2025-09-10T14:31:51.872049Z  WARN qdrant::actix::web_ui: Static content folder for Web UI './static' does not exist    
2025-09-10T14:31:51.872377Z  INFO qdrant::actix: TLS disabled for REST API    
2025-09-10T14:31:51.872444Z  INFO qdrant::actix: Qdrant HTTP listening on 6333    
2025-09-10T14:31:51.872457Z  INFO actix_server::builder: starting 7 workers

The client returns a 404:

http://localhost:6333/dashboard sent back an error.
Error code: 404 Not Found

any pointers?

from here https://github.com/qdrant/qdrant/issues/3675 it says:

These are indeed for the web UI. Inside the repository, you can run ./tools/sync-web-ui.sh to download the appropriate files into the static folder.