add feature to clear ml downloads
This commit is contained in:
@@ -1848,6 +1848,8 @@ abstract class GeckoMlApi {
|
||||
String predictDocumentTopic(List<String> documents);
|
||||
@async
|
||||
List generateDocumentEmbeddings(List<String> documents);
|
||||
@async
|
||||
void clearMlCache();
|
||||
}
|
||||
|
||||
@HostApi()
|
||||
|
||||
Reference in New Issue
Block a user