From 46d94ca8f8e2ac14a971d7dac572b94f825f12fe Mon Sep 17 00:00:00 2001 From: Yueqi Wang Date: Thu, 26 Feb 2026 13:09:04 -0500 Subject: [PATCH] Add diagram of the STATIC pipeline to README Added a diagram to illustrate the STATIC pipeline. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3d51fee..56e51d2 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ This implementation includes: ## How It Works +Below is the diagram of the full STATIC pipeline: + +![diagram](assets/static_overview_figure.png) + The core of STATIC is a two-part process: an offline indexing step and an online masking step. 1. **Offline Indexing (`build_static_index`)**: