Class RagPipelineOptions
- Namespace
- Mythosia.AI.Rag
- Assembly
- Mythosia.AI.Rag.Abstractions.dll
public class RagPipelineOptions
- Inheritance
-
RagPipelineOptions
- Inherited Members
-
Constructors
RagPipelineOptions()
public RagPipelineOptions()
Properties
DefaultQuery
public RagQueryOptions DefaultQuery { get; set; }
Property Value
- RagQueryOptions
EmbeddingBatchSize
public int EmbeddingBatchSize { get; set; }
Property Value
- int
PromptTemplate
public string? PromptTemplate { get; set; }
Property Value
- string
Methods
Clone()
public RagPipelineOptions Clone()
Returns
- RagPipelineOptions