add feature to clear ml downloads

This commit is contained in:
Fabian Freund
2026-05-28 22:43:49 +02:00
parent f1b18b223e
commit 72cdd500e0
9 changed files with 176 additions and 3 deletions
@@ -1848,6 +1848,8 @@ abstract class GeckoMlApi {
String predictDocumentTopic(List<String> documents);
@async
List generateDocumentEmbeddings(List<String> documents);
@async
void clearMlCache();
}
@HostApi()