mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 08:30:55 -05:00
* Use sparse vector storage fixture without RocksDB * Fix some tests * Replace RocksDB sparse storage with Gristore in mutable text index tests * Use in-memory vector storage in multivector HNSW test * Flag many more RocksDB specifics in tests * Use database placeholder type without RocksDB flag * Flag more tests * Flag even more tests * Fix imports, fix typo, and repair base test build * Initialize dummy database if RocksDB flag is disabled * Assert correct storage types * Don't use old vector storage type when RocksDB is disabled * Expos default for vector storage type only in tests * Only expose simple segment constructor in tests * Don't derive Default * Fix inverted appendable flag