app-misc/qdrant
High-performance vector database and vector similarity search engine
ChangeLog
commit 65f36cbf7758861c01eedff3b30b89353dd5143e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jul 4 13:56:00 2026 +0200
app-misc/qdrant: new package, add 1.18.2
Qdrant vector database / similarity-search engine (Rust) — the RAG vector store
for the overlay's local-LLM stack (stuff previously had only the faiss library).
Builds the server from source and ships an OpenRC service, a systemd unit,
/etc/qdrant/config.yaml (storage under /var/lib/qdrant, bound to loopback) and a
qdrant-owned data dir; client SDKs and the separate web-UI dashboard are not
packaged.
Cargo.lock pulls 3 crates from git (tikv/raft-rs at a pinned rev, qdrant's tonic
fork) that are not on crates.io, so the dependency graph is fetched by cargo at
build time (RESTRICT=network-sandbox, PROPERTIES=live) rather than vendored via
CRATES. Build + install verified (release build ~20 min, 896 crates).
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jul 4 13:56:00 2026 +0200
app-misc/qdrant: new package, add 1.18.2
Qdrant vector database / similarity-search engine (Rust) — the RAG vector store
for the overlay's local-LLM stack (stuff previously had only the faiss library).
Builds the server from source and ships an OpenRC service, a systemd unit,
/etc/qdrant/config.yaml (storage under /var/lib/qdrant, bound to loopback) and a
qdrant-owned data dir; client SDKs and the separate web-UI dashboard are not
packaged.
Cargo.lock pulls 3 crates from git (tikv/raft-rs at a pinned rev, qdrant's tonic
fork) that are not on crates.io, so the dependency graph is fetched by cargo at
build time (RESTRICT=network-sandbox, PROPERTIES=live) rather than vendored via
CRATES. Build + install verified (release build ~20 min, 896 crates).


View
Download
Browse