clear_ method
Clear the current logical index and return the post-clear state.
Implementation
$async.Future<RAGServiceState> clear_(
$pb.ClientContext? ctx, RAGServiceState request) =>
_client.invoke<RAGServiceState>(
ctx, 'RAG', 'Clear', request, RAGServiceState());