Cargo Features
[dependencies]
sevensense-vector = { version = "0.1.0", default-features = false, features = ["full", "local-hnsw", "qdrant-backend", "simd"] }
- default = local-hnsw
-
The
local-hnswfeature is set by default wheneversevensense-vectoris added withoutsomewhere in the dependency tree.default-features = false - 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)