We need a concrete rollout plan that maps the target hybrid retrieval architecture to the actual readiness of the implementation modules.
Background
The docs now clearly define the target architecture and execution boundaries.
However, the rollout still depends on current maturity of:
index
gpu
acceleration
graph
query
sharding
Goals
Translate the architecture into a realistic staged delivery plan.
Questions to answer
- Which parts of ANN acceleration are realistic first?
- Which Tensor Mid-Layer capabilities can be introduced before distributed tensor maturity?
- Which graph kernels are safe to accelerate early?
- Which graph truth flows must remain CPU-first and unchanged?
- Which dependencies on
query and sharding block rollout?
Tensor-Graph extension: rollout track for dynamic tensor updates
The rollout plan should explicitly include a dedicated implementation track for dynamic tensor-update infrastructure.
Additional rollout phases
Phase A — Exact-first infrastructure
- tensor delta log
- manifest schema
- advisory-only artifact policy
- snapshot-based rebuild worker
- exact graph fallback guarantees
Phase B — Local tensor maintenance
- patch path for small deltas
- partial refit for bounded windows
- rebuild fallback for unstable / large update sets
- planner freshness gates
Phase C — Distributed tensor artifact coordination
- shard summary refresh
- summary-first routing
- exact-on-demand fetch
- multi-shard freshness handling
Phase D — Optional acceleration
- CPU/GPU break-even validation
- bounded GPU refinement
- no unconditional GPU dependency
Additional readiness questions
- Which modules must exist before snapshot-based tensor rebuild is safe?
- Which module boundaries own manifest / freshness / invalidation logic?
- Which observability hooks are required before rollout?
- Which ctest and benchmark gates are mandatory before enabling tensor summaries in production?
Additional acceptance criteria
- rollout plan includes dynamic tensor-update infrastructure explicitly
- rollout distinguishes advisory artifacts from exact graph truth
- rollout requires benchmark and ctest readiness before enabling advanced tensor maintenance paths
Deliverables
- staged rollout table
- dependency map
- risk analysis by module
- recommended implementation order
Suggested Rollout Shape
- ANN Frontdoor acceleration
- Tensor Mid-Layer refinement
- bounded graph kernels
- planner integration
- distributed tensor / sharded refinement
- preserve Graph Truth exactness throughout
Acceptance Criteria
- rollout plan maps directly to named modules
- blockers and dependencies are explicit
- distinguishes architecture target from current implementation reality
- can be used for roadmap updates and issue prioritization
We need a concrete rollout plan that maps the target hybrid retrieval architecture to the actual readiness of the implementation modules.
Background
The docs now clearly define the target architecture and execution boundaries.
However, the rollout still depends on current maturity of:
indexgpuaccelerationgraphqueryshardingGoals
Translate the architecture into a realistic staged delivery plan.
Questions to answer
queryandshardingblock rollout?Tensor-Graph extension: rollout track for dynamic tensor updates
The rollout plan should explicitly include a dedicated implementation track for dynamic tensor-update infrastructure.
Additional rollout phases
Phase A — Exact-first infrastructure
Phase B — Local tensor maintenance
Phase C — Distributed tensor artifact coordination
Phase D — Optional acceleration
Additional readiness questions
Additional acceptance criteria
Deliverables
Suggested Rollout Shape
Acceptance Criteria