menu
mobile_rag_engine package
documentation
mobile_rag.dart
MobileRag
listSources method
listSources method
dark_mode
light_mode
listSources
method
Future
<
List
<
SourceEntry
>
>
listSources
(
)
Get a list of all stored sources.
Implementation
Future<List<SourceEntry>> listSources() => _engine!.listSources();
mobile_rag_engine package
documentation
mobile_rag
MobileRag
listSources method
MobileRag class