Table of Contents

Class RerankOptions

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

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

bool

Service

Configuration for the reranking service

[JsonPropertyName("service")]
public RerankServiceOptions Service { get; set; }

Property Value

RerankServiceOptions