Skip to content

Docs recipe: wiring RAGAS output through the evaluator bridge in a live pipeline #6

Description

@emtcmca

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:

  1. What a typical RAGAS result object looks like
  2. Mapping it via fromRagasLike and merging with mergeEvaluationSignals
  3. How the merged signals change the scorecard vs. running without them (before/after scorecards side by side)
  4. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions