core/qdrant/qdrant_edge_client library
Classes
- QdrantEdgeClient
- High-level Dart wrapper over QdrantEdgeBindings.
- SearchHit
- One search hit returned by QdrantEdgeClient.search.
Enums
- Distance
- Distance metric used by a qdrant-edge shard. Set at open time and fixed for the shard's lifetime.
Exceptions / Errors
- QdrantException
-
Typed wrapper around any failure surfaced by the qdrant-edge FFI shim.
The native side writes a human-readable C string into the
error_outpointer; we lift that into message and free the native allocation.