mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 17:10:59 -05:00
* Allow multivec search on legacy REST API * show that it works for gRPC as well * better error message * update error assertion * show validation on REST as well * remove unecessary test * fix conversion - dim is not vec count * fmt * Use TypedMultiDenseVectorRef everywhere (#4224) * Use TypedMultiDenseVectorRef everywhere * remove obsolete test * fix codespell * fix build * test single dense vector expansion on upsert --------- Co-authored-by: Ivan Pleshkov <pleshkov.ivan@gmail.com>