Snapshotmain · c65aa17
In-network and learned retrieval feed one ranking, safety, selection, and blending pipeline per request.
Click a building or route
System map9 components · 9 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
In-networkPosts from accounts the viewer follows, retrieved from recent-post storage.
How to study this repo
- 1Read the pipeline
Start with PhoenixCandidatePipeline and list its query, source, filter, scorer, and selector stages.
- 2Trace one candidate
Follow a post from Thunder or Phoenix retrieval through feature hydration and scoring.
- 3Separate rank from safety
Compare score-based ordering with the later visibility decision and blending rules.