- EfSearch
- Specifies the number of neighbors to consider during search in HNSW graph. The minimum value is 1 and maximim is 1024 and the default is 32.
- TopK
- Specifies the number of top nearest neighbors to generate in the output. The minimum value is 1 and maximim is 1024 and the default is 10.
- OutputNearestVector
- Specifies whether to output the vector for the nearest neighbor. The default is false.
- OutputSimilarity
- Specifies whether to output similarity of input datapoint to the nearest vector. If it is set to false, then the function outputs distance instead of similarity. The default is false.
- Accumulate
- Specifies the columns to be copied from input to output.
- SingleInputRow
- Specifies whether input data contains only a single row. The default is false.
- UseSIMD
- Specifies whether to invoke SIMD instruction set for computing vector operations (distance between vectors).
Default: false