Table of Contents

Class RagFilter

Namespace
Mythosia.AI.Rag
Assembly
Mythosia.AI.Rag.Abstractions.dll
public sealed class RagFilter
Inheritance
RagFilter
Inherited Members

Properties

MinScore

public double? MinScore { get; set; }

Property Value

double?

TopK

public int TopK { get; set; }

Property Value

int

Methods

Clone()

Returns a copy of this RagFilter with the same field values.

public RagFilter Clone()

Returns

RagFilter