The evaluator bridge (fromRagasLike, mergeEvaluationSignals) exists and is tested, but there is no end-to-end recipe showing a real pipeline: retrieve → generate → RAGAS-style eval → merge → computeConfidence with production-v0.3.
What: A doc page (docs/recipes/ragas-bridge.md) or runnable example that shows:
- What a typical RAGAS result object looks like
- Mapping it via
fromRagasLike and merging with mergeEvaluationSignals
- How the merged signals change the scorecard vs. running without them (before/after scorecards side by side)
- Where this runs in a request lifecycle (async eval feeding the next query's context vs. inline)
Good first issue because: no library code changes — documentation against the existing public API. examples/evaluator-bridge.ts is the starting point; this recipe adds the real-pipeline framing around it.
The evaluator bridge (
fromRagasLike,mergeEvaluationSignals) exists and is tested, but there is no end-to-end recipe showing a real pipeline: retrieve → generate → RAGAS-style eval → merge →computeConfidencewithproduction-v0.3.What: A doc page (
docs/recipes/ragas-bridge.md) or runnable example that shows:fromRagasLikeand merging withmergeEvaluationSignalsGood first issue because: no library code changes — documentation against the existing public API.
examples/evaluator-bridge.tsis the starting point; this recipe adds the real-pipeline framing around it.