Skip to content

Commit d3183ba

Browse files
authored
feat: Add cookbook for Hallucination Risk Calculator
feat: Add cookbook for Hallucination Risk Calculator
2 parents 4f85442 + 6ba1592 commit d3183ba

File tree

2 files changed

+443
-0
lines changed

2 files changed

+443
-0
lines changed

index.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,9 @@ title = "Build Browser Agents with Gemini + Playwright MCP"
343343
notebook = "browser_agents.ipynb"
344344
topics = ["Agents", "MCP"]
345345
new = true
346+
347+
[[cookbook]]
348+
title = "Calculating a Hallucination Score with the OpenAIChatGenerator"
349+
notebook = "hallucination_score_calculator.ipynb"
350+
topics = ["RAG"]
351+
new = true

0 commit comments

Comments
 (0)