getSourceForChunk method
Get the original source document for a chunk.
Implementation
Future<String?> getSourceForChunk(ChunkSearchResult chunk) async {
return await getSource(dbPath: dbPath, sourceId: chunk.sourceId);
}
Get the original source document for a chunk.
Future<String?> getSourceForChunk(ChunkSearchResult chunk) async {
return await getSource(dbPath: dbPath, sourceId: chunk.sourceId);
}