SourceRagService constructor

SourceRagService({
  1. required String dbPath,
  2. int maxChunkChars = 500,
  3. int overlapChars = 50,
})

Implementation

SourceRagService({
  required this.dbPath,
  this.maxChunkChars = 500,
  this.overlapChars = 50,
});