returnFullDatapoint property

bool? returnFullDatapoint
getter/setter pair

If set to true, the full datapoints (including all vector values and restricts) of the nearest neighbors are returned.

Note that returning full datapoint will significantly increase the latency and cost of the query.

Implementation

core.bool? returnFullDatapoint;