Method AddExtractiveChat
AddExtractiveChat(EdgeBuilder, Action<ExtractiveChatOptions>?, Action<ChatClientBuilder>?)
Registers ExtractiveChatClient as the IChatClient, for an app that
ships no weights.
public static EdgeBuilder AddExtractiveChat(this EdgeBuilder builder, Action<ExtractiveChatOptions>? configure = null, Action<ChatClientBuilder>? pipeline = null)
Parameters
builderEdgeBuilderThe Qavren.Edge builder.
configureAction<ExtractiveChatOptions>Configures ExtractiveChatOptions.
pipelineAction<ChatClientBuilder>The MEAI pipeline over it -
c => c.UseRag()is the no-LLM floor with citations.
Returns
- EdgeBuilder
The builder, for chaining.