mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 08:30:55 -05:00
* Support set by key in low level. * Rename key field. * Format. * Pass key. * Format. * Test. * Clippy. * Fix ci lint. * Check grpc consistency. * Update openapi. * Fix empty key test case. * Support array index. * Format. * Add test for non exists key. * Clippy fix. * Add idempotence test. * Update index by updated payload. * Add ut for utils. * Add ut for 1 level key. * Fix ut. * Support no exits key. * Fix test result. * Fix after rebase * handle wildcart insertion into non-existing array * avoid double read of payload during update * fix missing removing data from index in case if set_payload removes indexed field --------- Co-authored-by: Shylock Hg <shylock@DESKTOP-40I855A> Co-authored-by: Albert Safin <xzfcpw@gmail.com> Co-authored-by: generall <andrey@vasnetsov.com>