public static class FTHybridVectorParams.Knn extends java.lang.Object implements FTHybridVectorParams.VectorMethod
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
FTHybridVectorParams.Knn |
efRuntime(int efRuntime)
Set the EF_RUNTIME parameter for HNSW algorithm.
|
static FTHybridVectorParams.Knn |
of(int k)
Create a KNN method with the specified K value.
|
public static FTHybridVectorParams.Knn of(int k)
k - the number of nearest neighbors to returnpublic FTHybridVectorParams.Knn efRuntime(int efRuntime)
efRuntime - the EF_RUNTIME valuepublic void addParams(CommandArguments args)
Copyright © 2026. All rights reserved.