Update README.md
Browse files
README.md
CHANGED
|
@@ -90,7 +90,7 @@ flowchart LR
|
|
| 90 |
LLM ==> Response["📤 Final Response"]
|
| 91 |
|
| 92 |
%% Fallback System
|
| 93 |
-
Hybrid -.->|"⚠️
|
| 94 |
FB ==> GS["🌐 Google Search API<br/>External Knowledge"]
|
| 95 |
GS ==> CT
|
| 96 |
|
|
|
|
| 90 |
LLM ==> Response["📤 Final Response"]
|
| 91 |
|
| 92 |
%% Fallback System
|
| 93 |
+
Hybrid -.->|"⚠️ Insufficient Information"| FB["🔄 Fallback Handler"]
|
| 94 |
FB ==> GS["🌐 Google Search API<br/>External Knowledge"]
|
| 95 |
GS ==> CT
|
| 96 |
|