Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
41
commits
merge: week4 - production ready, caching, performance, polished UI
a97fa43View on GitHubfeat(ui): add 4-stat grid, clear cache button, fixed polling
44f72aaView on GitHubfeat(ui): add export chat, avg latency display, message count
e588953View on GitHubfeat(ui): add per-message latency badge and copy button
083eb15View on GitHubfeat(ui): add relevance % coloring and numbered source chips
e15fde8View on GitHubfeat(frontend): add session persistence and latency tracking
7a311d0View on GitHubfeat(frontend): add clearCache, deleteChatSession, getSystemHealth
1d39f09View on GitHubtest: add Week 4 performance test with cache and concurrency checks
ceaad57View on GitHubfeat(chat): add latency metrics, session delete endpoint
18348baView on GitHubfeat(upload): clear query cache after new document indexed
357d9e8View on GitHubperf(retrieval): add 5-minute query cache with 100 entry limit
80e65f5View on GitHubperf(server): add request timing middleware and system health endpoint
2c25f0cView on GitHubfix: correct document status handling in admin routes
f234f6eView on GitHub