Table of Contents

Class MultiQueryOptions

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

Configures how multiple query variants are generated and searched during MultiQuery retrieval.

public sealed class MultiQueryOptions
Inheritance
MultiQueryOptions
Inherited Members

Fields

DefaultMaxCompletionTokens

The default maximum number of tokens allocated for the query variant generation step.

DefaultQueryVariantCount

The default number of additional query variants generated from the user input.

Properties

MaxCompletionTokens

Gets or sets the maximum number of tokens allocated for the query variant generation step.

QueryVariantCount

Gets or sets the number of additional query variants generated from the user input.

See Also

Share