flowchart TD
classDef pill fill:#f5f3ff,stroke:#c4b5fd,stroke-width:2px,color:#4c1d95,rx:20,ry:20;
classDef squircle fill:#ecfeff,stroke:#a5f3fc,stroke-width:2px,color:#164e63,rx:12,ry:12;
classDef logic fill:#fffbeb,stroke:#fde68a,stroke-width:2px,color:#78350f,rx:12,ry:12;
classDef final fill:#f0fdf4,stroke:#22c55e,stroke-width:3px,color:#14532d,rx:20,ry:20;
subgraph Ingestion ["PHASE 01: DATA INGESTION"]
direction TB
A("1. Data Sources") --> B("2. Smart Chunking")
B --> C("3. Embedding")
C --> D[("4. Vector Store")]
end
subgraph Inference ["PHASE 02: RETRIEVAL & REASONING"]
direction TB
E[/"5. User Query"/] --> F("6. Vectorization")
F --> G{"7. Semantic Search"}
G --> H("8. Context Augmentation")
end
I("9. Grounded Answer PHASE 03: OUTPUT")
D -.-> G
H ===> I
class A,B,C pill;
class D squircle;
class E,F,G,H logic;
class I final;
style Ingestion fill:#fafafa,stroke:#f1f5f9;
style Inference fill:#fafafa,stroke:#f1f5f9;
linkStyle default stroke:#cbd5e1,stroke-width:2px,fill:none;
linkStyle 8 stroke:#22c55e,stroke-width:3px;
Waiting to test Firebase… Write Test Data Read Test Data Delete Tester Data Category Manager (CRUD) ADD NEW Category: Add Category Existing Categories Category Actions Create New Task Task Title: Category: ADD NEW: Create Task Task List Filter by Category: (All Categories) Task ID Title Category Overall Status Manage Phase Manager Category for this Task: ADD NEW: Save Category Phase Number: Phase Status: Phase Description: Add Phase Existing Phases: Phase Status Description Upload Spreadsheet → Import to Firebase Expected columns in sheet: Title , Phase Number , Phase Status , Description , and optional Category . Value na or not available ...
🔗 My Pending and Delayed POSTs SUMMARY Sort by Date Sort by Auto Title Sort by My Title Ascending Descending Insert URL: Your Own Title (Optional): ➕ ADD ENTRY 💾 SAVE EDIT DATE AUTO TITLE MY TITLE URL ACTIONS 📝 TO DO LIST SUMMARY Sort by Date Sort by Header Sort by Detail Ascending Descending Header (Title): Detail: ➕ ADD ENTRY ...
Comments
Post a Comment