Clear all documents from vector store.
@override Future<void> clearVectorStore() async { throw UnimplementedError('RAG is not supported on web platform yet'); }