diff --git a/01 Projects/barclays-rag-report/Barclays Rag Report.md b/01 Projects/barclays-rag-report/Barclays Rag Report.md index 0a69fe6..66b806f 100644 --- a/01 Projects/barclays-rag-report/Barclays Rag Report.md +++ b/01 Projects/barclays-rag-report/Barclays Rag Report.md @@ -78,6 +78,7 @@ Standalone Python CLI tool that benchmarks OpenAI Assistants against RAG knowled ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-11 | Report generation | Eliminated duplicate evaluation calls, cached results in self.evaluation | rag_test_app/evaluate.py, report_generator.py | | 2026-05-11 | Report regeneration | Config paths updated, evaluation caching optimized | evaluation.py, config.yaml | | 2026-05-11 | Report restart with Excel questions | Reorganized question files structure, updated config paths | config files, question directory structure | | 2026-05-11 | Report execution | Load questions from Excel file, execute reports with evaluation questions | Eval\ Questions\ Barcalsy\ May\ 2026.xlsx, python-pro skill modules | diff --git a/99 Daily/2026-05-11.md b/99 Daily/2026-05-11.md index 6569026..a7c04e1 100644 --- a/99 Daily/2026-05-11.md +++ b/99 Daily/2026-05-11.md @@ -602,3 +602,6 @@ tags: [daily] - 17:27 | `barclays-rag-report` - **Asked:** Asked for report regeneration with evaluation questions from Excel file - **Done:** Successfully regenerated all four report types using questions from Barclays Excel file +- 17:28 | `barclays-rag-report` + - **Asked:** Run evaluation reports using questions from the Excel file. + - **Done:** Generated 4 Barclays reports (Internal Banners, Social Posts, Display Banners, PPC) with evaluation results and optimized caching.