Method AddEdgeRag
AddEdgeRag(EdgeBuilder, Action<RagOptions>?)
Registers RagOptions and the diagnostics contributor. Registers no retriever and no chat client - both are the consumer's choice, which is what makes this package work with either. Idempotent.
public static EdgeBuilder AddEdgeRag(this EdgeBuilder builder, Action<RagOptions>? configure = null)
Parameters
builderEdgeBuilderThe Qavren.Edge builder.
configureAction<RagOptions>Configures RagOptions.
Returns
- EdgeBuilder
The builder, for chaining.