• jonathan.koessler released this 2024-09-26 10:09:23 +02:00 | 46 commits to master since this release

    Adds a few tests to ensure that the result of the proto loader matches the types of the DocumentReader. In addition, logic has been added to convert the values of the field positions to the required format and to filter out certain keys in the function convert_int64_fields, as we use a map for the properties field and cannot set the correct data types beforehand).

    field proto type documentreader type
    positions dict{"value":list[float]} list[list[float]]

    Created using the release-cli for version 3.2.10

    Downloads