mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-08-05 17:40:58 -05:00
* add local mode of formula scoring * grpc<->rest conversions * fixes for formula evaluation * add mixed payload type to fixture payload * update tests * ignore math warnings (invalid operations raise an error anyway) * fix conversions * use same haversine distance as in core * upd tests * add fixtures for expressions * fix import * temporary hack for tests * evaluation fixes * satisfy mypy * gen async client * reduce flakiness ..by nesting less equations, so that floating point differences affect less * get_args_subscribed * retriever match multivalue behavior * review remarks * more review remarks * review nit * no type ignore * fix imports