ankanghosh commited on
Commit
23f56aa
·
verified ·
1 Parent(s): d4d99e9

Update architecture.md

Browse files
Files changed (1) hide show
  1. docs/architecture.md +2 -1
docs/architecture.md CHANGED
@@ -89,8 +89,9 @@ Evidence retrieval is a core component of the misinformation detection system:
89
 
90
  2. **Category-aware Prioritization:** Sources are prioritized based on the detected category of the claim:
91
  - Each category (ai, science, technology, politics, business, world, sports, entertainment) has dedicated RSS feeds
92
- - AI category falls back to technology sources when needed
93
  - Other categories fall back to default RSS feeds
 
94
 
95
  3. **Parallel Processing:** Evidence retrieval uses ThreadPoolExecutor for parallel API requests with optimized timeouts
96
 
 
89
 
90
  2. **Category-aware Prioritization:** Sources are prioritized based on the detected category of the claim:
91
  - Each category (ai, science, technology, politics, business, world, sports, entertainment) has dedicated RSS feeds
92
+ - AI category always includes both AI-specific and technology RSS feeds
93
  - Other categories fall back to default RSS feeds
94
+ - Ensures robust evidence retrieval across related domains
95
 
96
  3. **Parallel Processing:** Evidence retrieval uses ThreadPoolExecutor for parallel API requests with optimized timeouts
97