mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
Lets callbacks fail with the caller's own error type (e.g. OperationError) instead of smuggling it out of an infallible callback: lookup_batch now takes a fallible callback and resolve_internal_batch drops its first_err pattern. E is not inferable from Ok(())-only callbacks, so existing infallible call sites annotate it in the turbofish. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>