Skip to content

Commit

Permalink
chore(weave): Rag llm judge tutorial (#1468)
Browse files Browse the repository at this point in the history
* chore: rag llm judge example

* chore: add links

* Update tutorial-rag.md

* Update tutorial-eval.md

* Update tutorial-rag.md

---------

Co-authored-by: Tim Sweeney <[email protected]>
  • Loading branch information
scottire and tssweeney authored Apr 5, 2024
1 parent cc3b872 commit 7284c02
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/docs/tutorial-eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ print(asyncio.run(evaluation.evaluate(model)))
# if you're in a Jupyter Notebook, run:
# await evaluation.evaluate(model)
```

## What's next?

- Follow the [Model-Based Evaluation of RAG applications](/tutorial-rag) to evaluate a RAG app using an LLM judge.
Loading

0 comments on commit 7284c02

Please sign in to comment.