mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -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