Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ graph TD
G[...]
end

A--"(1) Score(prompt, pods)"-->B
B--"(2) Query Index"-->C
B--"(3) Return Scores"-->A
A--(1) Score(prompt, pods)-->B
B--(2) Query Index-->C
B--(3) Return Scores-->A

E--"(A) Emit KVEvents"-->D
F--"(A) Emit KVEvents"-->D
D--"(B) Update Index"-->C
E--(A) Emit KVEvents-->D
F--(A) Emit KVEvents-->D
D--(B) Update Index-->C
```
**Read Path:**
- (1) **Scoring Request**: A scheduler asks the **KVCache Indexer** to score a set of pods for a given prompt
Expand Down
Loading