findNearest property

FindNearest? findNearest
getter/setter pair

A potential nearest neighbors search.

Applies after all other filters and ordering. Finds the closest vector embeddings to the given query vector.

Optional.

Implementation

FindNearest? findNearest;