Clear all documents from vector store.
@override Future<void> clearVectorStore() async { await _platformService.clearVectorStore(); }