You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move ann.proto compilation to lance crate, use VectorMetricType enum
Address PR review feedback:
- Move ann.proto from lance-datafusion to lance crate (package lance.pb)
so it can reference types from lance-index without circular deps
- Use lance.index.pb.VectorMetricType enum instead of string for metric_type
- Rename key_arrow_ipc to query_vector_arrow_ipc
- Make minimum_nprobes and dist_q_c optional
- Add comment about prefilter_source handled by DataFusion child serialization
- Add comment explaining ANNIvfSubIndexExecProto purpose
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments