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: JasonLandbridge
Last Packager: JasonLandbridge
Votes: 1
Popularity: 0.80
First Submitted: 2025-05-15 02:07 (UTC)
Last Updated: 2026-07-07 10:07 (UTC)

Pinned Comments

JasonLandbridge commented on 2026-07-07 10:39 (UTC) (edited on 2026-07-07 10:39 (UTC) by JasonLandbridge)

ℹ️ qdrant-bin is automatically kept up to date via my AUR Packages Updater.

The updater checks for new upstream releases and pushes PKGBUILD updates as soon as a new version is detected. If the package falls out of date or something breaks, feel free to flag it or open an issue on the updater repo. Though it should generally update itself within a short window of a new release.

Latest Comments

JasonLandbridge commented on 2026-07-07 10:39 (UTC) (edited on 2026-07-07 10:39 (UTC) by JasonLandbridge)

ℹ️ qdrant-bin is automatically kept up to date via my AUR Packages Updater.

The updater checks for new upstream releases and pushes PKGBUILD updates as soon as a new version is detected. If the package falls out of date or something breaks, feel free to flag it or open an issue on the updater repo. Though it should generally update itself within a short window of a new release.

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.