Spaces:
Running
Running
Update architecture.md
Browse files- 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
|
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 |
|