Cargo Features

velesdb-core has no features set by default.

[dependencies]
velesdb-core = { version = "1.1.0", features = ["gpu"] }
default

Native HNSW is the only implementation (v1.0+)
hnsw_rs dependency has been removed

gpu = bytemuck, pollster, wgpu

Affects gpu::GpuTrigramAccelerator

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.

bytemuck gpu?
pollster gpu?
wgpu gpu?

Enables wgpu ^23