| # [Track B: RAG Variants] | |
| """ | |
| Track B — RAG Variants | |
| Experiments with chunking strategies, embedding models, top-k values, | |
| and re-ranking to measure impact on diagnostic accuracy. | |
| Files in this package may import from: | |
| - app.* (baseline services, schemas, tools) | |
| - tracks.shared.* (cost tracking, comparison) | |
| - standard library / third-party packages | |
| Files in this package must NOT import from: | |
| - tracks.iterative.* | |
| - tracks.arbitrated.* | |
| """ | |