Skip to main content

Module query_planner

Module query_planner 

Source
Expand description

§NearestNeighborQueryPlanner

Plans and optimizes k-NN queries over sharded HNSW indexes, choosing between local-only, remote-fanout, and hybrid execution strategies.

Structs§

NearestNeighborQueryPlanner
Plans k-NN queries over a heterogeneous set of HNSW shards.
PlannerConfig
Configuration for the NearestNeighborQueryPlanner.
QueryPlan
A fully-resolved query execution plan.
ShardInfo
Metadata describing a single shard.

Enums§

ExecutionStrategy
Execution strategy for a k-NN query plan.