Annotation Interface KnnIndexOptions
public @interface KnnIndexOptions
- Since:
- 5.4
- Author:
- Haibo Liu
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionfloatOnly applicable toKnnAlgorithmType.INT8_HNSWandKnnAlgorithmType.INT8_FLATindex types.intOnly applicable toKnnAlgorithmType.HNSWandKnnAlgorithmType.INT8_HNSWindex types.intOnly applicable toKnnAlgorithmType.HNSWandKnnAlgorithmType.INT8_HNSWindex types.
-
Element Details
-
type
KnnAlgorithmType type- Default:
DEFAULT
-
m
int mOnly applicable toKnnAlgorithmType.HNSWandKnnAlgorithmType.INT8_HNSWindex types.- Default:
-1
-
efConstruction
int efConstructionOnly applicable toKnnAlgorithmType.HNSWandKnnAlgorithmType.INT8_HNSWindex types.- Default:
-1
-
confidenceInterval
float confidenceIntervalOnly applicable toKnnAlgorithmType.INT8_HNSWandKnnAlgorithmType.INT8_FLATindex types.- Default:
-1.0f
-