Visualization¶
The /viz page is backed by:
autorag.viz— UMAP projection,/vizHTML route, and the JSON endpoints (/viz/data,/viz/search) consumed by the React app.autorag.topic_cluster— KMeans clustering and similarity-edge construction used to colour and connect points in the projection.
The React/r3f frontend that consumes these endpoints is documented in Frontend (/viz).