Skip to content

Commit 2b6eb98

Browse files
committed
update mermaid
1 parent 9166f33 commit 2b6eb98

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,19 @@ graph TD
6161
style F fill:#bff,stroke:#333,stroke-width:2px
6262
6363
subgraph "Frontend"
64-
A[User Natural Language Input]
65-
B[Frontend Chat UI<br>e.g. React or Teams plugin]
64+
A
65+
B[Frontend Chat UI<br>React or Teams plugin]
6666
end
6767
6868
subgraph "Backend Services"
69-
C[LLM Query Engine]
70-
D[Query Runner Service]
71-
F[Response Formatter]
69+
C[LLM Query Engine<br>- Prompt templates<br>- Guardrails<br>- Schema-aware]
70+
D[Query Runner Service<br>- SQL engine <br>- API connector]
71+
F[Response Formatter<br>- HTML table<br>- CSV export<br>- Original query<br>- JS widgets/plots]
7272
end
7373
7474
subgraph "Data Sources"
75-
E[Data Store]
75+
E[Data Store<br>- WoodMac<br>- Asset Impact<br>- Climate Scenarios <br>- Others]
7676
end
77-
78-
classDef default fill:#f9f,stroke:#333,stroke-width:1px
79-
classDef component fill:#bbf,stroke:#333,stroke-width:1px
80-
81-
%% Component details
82-
class A default
83-
class B component
84-
85-
classDef hidden fill:none,stroke:none,color:none
86-
style Descriptions fill:none,stroke:none
8777
```
8878

8979
### Component Details

0 commit comments

Comments
 (0)