diff --git a/README.md b/README.md index 4927a69..42fa036 100644 --- a/README.md +++ b/README.md @@ -50,57 +50,7 @@ These artifacts appear in the temporal context view but are not semantically sea ## How It Works -```bash -┌──────────────────────────────────────────────────────────────────────────┐ -│ SEMEION WORKFLOW │ -├──────────────────────────────────────────────────────────────────────────┤ -│ │ -│ 1. QUERY "Find messages about buying ransomware | -| access with crypto in January" │ -│ │ │ -│ ▼ │ -│ 2. INTERPRET ┌──────────────────┐ │ -│ │ LLM parses │ │ -│ │ into search │ │ -│ │ object │ │ -│ └────────┬─────────┘ │ -│ │ │ -│ ▼ │ -│ 3. CONFIRM ┌──────────────────┐ │ -│ │ User reviews │ │ -│ │ and adjusts │ │ -│ │ parameters │ │ -│ └────────┬─────────┘ │ -│ │ │ -│ ▼ │ -│ 4. SEARCH ┌──────────────────┐ │ -│ │ Qdrant executes │ │ -│ │ (hybrid) search │ │ -│ └────────┬─────────┘ │ -│ │ │ -│ ▼ │ -│ 5. REVIWE ┌──────────────────┐ │ -│ │ Mark [+] / [-] │◄─────┐ │ -│ │ Click "Refine" │ │ │ -│ └────────┬─────────┘ │ │ -│ │ │ │ -│ ▼ │ │ -│ ┌──────────────────┐ │ │ -│ │ Qdrant Recommend │──────┘ │ -│ │ returns better │ (iterate) │ -│ │ results │ │ -│ └────────┬─────────┘ │ -│ │ │ -│ ▼ │ -│ 6. CONTEXT ┌──────────────────┐ │ -│ │ View surrounding │ │ -│ │ timeline (±N min)│ │ -│ │ including system │ │ -│ │ artifacts │ │ -│ └──────────────────┘ │ -│ │ -└──────────────────────────────────────────────────────────────────────────┘ -``` +![resources/workflow.png](resources/workflow.png) ## Architecture diff --git a/resources/workflow.png b/resources/workflow.png new file mode 100644 index 0000000..e838238 Binary files /dev/null and b/resources/workflow.png differ