179 questions
No questions match those filters.
Lay out what runs on every pull request, what runs nigh...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansFor a RAG product, the evaluation strategy must be tiered based on the availability and cost of the oracle. Faithfulness evaluations should be executed on every pull request because they rely solely on the generated output and the context provided, requiring no external dependencies. Conversely, factuality evaluations that require external source verification should be run as a scheduled nightly pass, sized appropriately to what the external source can sustain. Finally, human audits should be conducted periodically to ensure the automated metrics remain aligned with ground truth.