mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 00:20:57 -05:00
* Serialize vector of ecow strings using cbor * Adjust trait bounds for Gridstore support in map index * Add Gridstore backend to mutable map index * Add Gridstore builder * Enable new map index in index selector * Add tests * Use different Gridstore block size depending on map data type * Fix review remarks