pub async fn correct(
memory_dir: &Path,
options: &CorrectOptions,
) -> Result<(), RecallError>Expand description
Tell memory that something it learned is wrong.
A hot operation: it goes through the daemon like search and ingest, so a correction lands while a session is still using the store.