SourceRagService constructor
SourceRagService({})
Implementation
SourceRagService({
required this.dbPath,
this.modelPath,
this.maxChunkChars = 500,
this.overlapChars = 50,
this.collectionId = defaultCollectionId,
});