vault backup: 2026-05-11 17:29:59

This commit is contained in:
Vadym Samoilenko 2026-05-11 17:29:59 +01:00
parent fde9bbf784
commit ffc675b23b
2 changed files with 4 additions and 0 deletions

View file

@ -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 |

View file

@ -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.