Table of Contents

Class RerankServiceOptions

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

Configuration for the reranking service

public class RerankServiceOptions
Inheritance
RerankServiceOptions
Inherited Members

Properties

Authentication

Authentication details for the reranking provider

[JsonPropertyName("authentication")]
public Dictionary<string, string> Authentication { get; set; }

Property Value

Dictionary<string, string>

ModelName

The name of the model to use for reranking

[JsonPropertyName("modelName")]
public string ModelName { get; set; }

Property Value

string

Parameters

Additional parameters for the reranking provider

[JsonPropertyName("parameters")]
public Dictionary<string, object> Parameters { get; set; }

Property Value

Dictionary<string, object>

Provider

The provider of the reranking service

[JsonPropertyName("provider")]
public string Provider { get; set; }

Property Value

string