fisherman611 commited on
Commit
80a91cf
·
verified ·
1 Parent(s): a0580ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -90,7 +90,7 @@ flowchart LR
90
  LLM ==> Response["📤 Final Response"]
91
 
92
  %% Fallback System
93
- Hybrid -.->|"⚠️ Low Relevance"| FB["🔄 Fallback Handler"]
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