Class RerankOptions
Options for configuring document reranking in the collection
public class RerankOptions
- Inheritance
-
RerankOptions
- Inherited Members
Properties
Enabled
Whether reranking is enabled
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }
Property Value
Service
Configuration for the reranking service
[JsonPropertyName("service")]
public RerankServiceOptions Service { get; set; }