mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 00:20:57 -05:00
* Datetime payload index * Introduce IndexMapItem * Drop FieldIndex::DatetimeIndex * Rename OpenAPI struct names * Switch to microseconds * Validate and serialize grpc timestamps * Add tests with different timezones * minor review fixes * Revert "Drop FieldIndex::DatetimeIndex" This reverts commitd55f251afd. * Revert "Introduce IndexMapItem" This reverts commitc5255f6b1a. * fix: back to microseconds after reverts * extract range conversion from boxed checker fn * add log to deps * don't run macro doctest * no_run -> ignore * remove prost-types in favor of prost-wkt-types * better assertion on test_payload_indexing.py * propagate unparsable datetime --------- Co-authored-by: Luis Cossío <luis.cossio@outlook.com>