klieo-memory-qdrant
Qdrant-backed implementation of klieo-core's LongTermMemory.
Part of the klieo Rust agent framework.
Features
- High-dimensional vector search via Qdrant
- Implements
LongTermMemory— swap forklieo-memory-sqlitewithout changing agent code - Configurable collection, distance metric, and embedding dimension
Usage
[]
= "0.36"
use QdrantMemory;
let memory = connect.await?;
Status
0.36.x — pre-1.0; patch releases are backward-compatible.
See docs/SEMVER.md.
License
MIT — see LICENSE.