mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* Add no-rocksdb feature flag, disable dense vector storage using RocksDB * Disable multi dense vector storage using RocksDB * Feature flag now unused function arguments * Invert no-rocksdb, use rocksdb and enable by default * RocksDB is required in some benches * Feature flag RocksDB based sparse vector storage * Propagate rocksdb feature flag to root crate * Feature flag stored point, only used in context of RocksDB * Mention what disabling RocksDB feature does in Cargo.toml