Class HnswSearchRuntimeOptions
HNSW runtime search options.
public sealed class HnswSearchRuntimeOptions : VectorSearchRuntimeOptions
- Inheritance
-
HnswSearchRuntimeOptions
- Inherited Members
Properties
Balanced
Balanced profile preset for HNSW.
public static HnswSearchRuntimeOptions Balanced { get; }
Property Value
EfSearch
Optional HNSW ef_search override for this request.
public int? EfSearch { get; init; }
Property Value
- int?
Fast
Fast profile preset for HNSW.
public static HnswSearchRuntimeOptions Fast { get; }
Property Value
HighRecall
HighRecall profile preset for HNSW.
public static HnswSearchRuntimeOptions HighRecall { get; }