Table of Contents

Class RagServiceExtensions

Namespace
Mythosia.AI.Rag
Assembly
Mythosia.AI.Rag.dll
public static class RagServiceExtensions
Inheritance
RagServiceExtensions
Inherited Members

Methods

WithRag(IAIService, RagStore)

public static RagEnabledService WithRag(this IAIService service, RagStore ragStore)

Parameters

service IAIService
ragStore RagStore

Returns

RagEnabledService

WithRag(IAIService, Action<RagBuilder>)

public static RagEnabledService WithRag(this IAIService service, Action<RagBuilder> configure)

Parameters

service IAIService
configure Action<RagBuilder>

Returns

RagEnabledService