docs: Update article count to current 476+ articles processed

This commit is contained in:
Aherobo Ovie Victor
2025-07-08 00:16:35 +01:00
parent 5c699bbd3a
commit 11425b8fa6
+4 -4
View File
@@ -7,7 +7,7 @@ DS Task AI News is a fully functional AI-powered news retrieval system that aggr
## ✅ Current Status: FULLY OPERATIONAL ## ✅ Current Status: FULLY OPERATIONAL
**System Metrics:** **System Metrics:**
- **238+ articles** successfully processed and stored - **476+ articles** successfully processed and stored
- **3 RSS sources** actively monitored (BBC, TechCrunch, WIRED) - **3 RSS sources** actively monitored (BBC, TechCrunch, WIRED)
- **10 API endpoints** fully functional - **10 API endpoints** fully functional
- **384-dimensional** vector embeddings operational - **384-dimensional** vector embeddings operational
@@ -175,7 +175,7 @@ Our implementation includes:
{ {
"status": "healthy", "status": "healthy",
"vector_store": { "vector_store": {
"total_articles": 238, "total_articles": 476,
"index_dimension": 384, "index_dimension": 384,
"index_exists": true "index_exists": true
} }
@@ -189,7 +189,7 @@ Our implementation includes:
"message": "Successfully fetched and stored news articles", "message": "Successfully fetched and stored news articles",
"articles_count": 119, "articles_count": 119,
"articles_stored": 119, "articles_stored": 119,
"total_articles": 238 "total_articles": 476
} }
``` ```
@@ -267,7 +267,7 @@ curl -X POST http://localhost:8000/fetch-news
## 📊 Current Metrics ## 📊 Current Metrics
- **✅ 238+ articles** processed and indexed - **✅ 476+ articles** processed and indexed
- **✅ 3 RSS sources** actively monitored - **✅ 3 RSS sources** actively monitored
- **✅ 10 API endpoints** fully operational - **✅ 10 API endpoints** fully operational
- **✅ 384D vector space** for similarity search - **✅ 384D vector space** for similarity search