mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 00:51:06 -05:00
* Flag index selector * Flag take_database_snapshot * Flag field index builder * Flag bool index * Flag full text index * Flag geo index * Flag map index * Feature flag numeric index * Flag skip_rocksdb * Flag payload storage * Flag segment * Flag builder * Flag backup * Make RocksDB crate optional * Tweak feature flag gate * Disable default segment crate features from all dependents * Handle flag in collection crate correctly * Flag payload storage types in tests * Temporarily disable on-disk check for sparse vectors * Flag sparse vector RocksDB in GPU code * Fix compilation error since recent merge * Flag payload storage types in new function * remove todo * Explicitly implement default to more clearly state difference --------- Co-authored-by: generall <andrey@vasnetsov.com>