Cargo Features

[dependencies]
sevensense-vector = { version = "0.1.0", default-features = false, features = ["full", "local-hnsw", "qdrant-backend", "simd"] }
default = local-hnsw

The local-hnsw feature is set by default whenever sevensense-vector is added without default-features = false somewhere in the dependency tree.

full = hyperbolic, local-hnsw, qdrant-backend, simd
local-hnsw default full?
qdrant-backend full? = qdrant-client
hyperbolic simd full?

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

qdrant-client qdrant-backend?

Enables qdrant-client

Vector database (optional external backend)