Table of Contents

Method AddEdgeRag

Namespace
Qavren.Edge.Rag
Assembly
Qavren.Edge.Rag.dll

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

builder EdgeBuilder

The Qavren.Edge builder.

configure Action<RagOptions>

Configures RagOptions.

Returns

EdgeBuilder

The builder, for chaining.