RagConfig constructor
const
RagConfig({
- bool? enabled,
- EmbeddingModelEnum? embeddingModel,
- double? maxVectorDistance,
- int? maxDocumentsLength,
- int? maxRetrievedRagChunksCount,
Implementation
const RagConfig({
this.enabled,
this.embeddingModel,
this.maxVectorDistance,
this.maxDocumentsLength,
this.maxRetrievedRagChunksCount,
});