Table of Contents

Class QueryContextualizer

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

Reformulates follow-up questions into self-contained queries using conversation history, improving retrieval accuracy in multi-turn interactions.

public static class QueryContextualizer
Inheritance
QueryContextualizer
Inherited Members

Methods

ContextualizeAsync(string, ChatHistory, LM, QueryContextualizationOptions, CancellationToken)

Reformulates a follow-up question into a self-contained query using the recent conversation history.

Share