Cargo Features
[dependencies]
vector-db-core = { version = "0.1.112", default-features = false, features = ["cache", "readable_cache"] }
- default = cache
-
The
cache
feature is set by default whenevervector-db-core
is added without
somewhere in the dependency tree.default-features = false - cache default = readable_cache
- readable_cache cache = lru
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.
- lru readable_cache?
-
Enables lru ^0.13.0