RagConfig constructor
const
RagConfig({})
Creates a RagConfig with all options.
Implementation
const RagConfig({
required this.tokenizerAsset,
required this.modelAsset,
this.databaseName,
this.maxChunkChars = 500,
this.overlapChars = 50,
});