docs: Update README with verified accurate count of 714 articles
This commit is contained in:
+4
-4
@@ -7,7 +7,7 @@ DS Task AI News is a fully functional AI-powered news retrieval system that aggr
|
||||
## ✅ Current Status: FULLY OPERATIONAL
|
||||
|
||||
**System Metrics:**
|
||||
- **700+ articles** successfully processed and stored
|
||||
- **714 articles** successfully processed and stored
|
||||
- **3 RSS sources** actively monitored (BBC, TechCrunch, WIRED)
|
||||
- **10 API endpoints** fully functional
|
||||
- **384-dimensional** vector embeddings operational
|
||||
@@ -175,7 +175,7 @@ Our implementation includes:
|
||||
{
|
||||
"status": "healthy",
|
||||
"vector_store": {
|
||||
"total_articles": 700,
|
||||
"total_articles": 714,
|
||||
"index_dimension": 384,
|
||||
"index_exists": true
|
||||
}
|
||||
@@ -189,7 +189,7 @@ Our implementation includes:
|
||||
"message": "Successfully fetched and stored news articles",
|
||||
"articles_count": 119,
|
||||
"articles_stored": 119,
|
||||
"total_articles": 700
|
||||
"total_articles": 714
|
||||
}
|
||||
```
|
||||
|
||||
@@ -267,7 +267,7 @@ curl -X POST http://localhost:8000/fetch-news
|
||||
|
||||
## 📊 Current Metrics
|
||||
|
||||
- **✅ 700+ articles** processed and indexed
|
||||
- **✅ 714 articles** processed and indexed
|
||||
- **✅ 3 RSS sources** actively monitored
|
||||
- **✅ 10 API endpoints** fully operational
|
||||
- **✅ 384D vector space** for similarity search
|
||||
|
||||
Reference in New Issue
Block a user