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;