Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions contents/docs/llm-analytics/_snippets/beta.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
import CalloutBox from 'components/Docs/CalloutBox'

<CalloutBox icon="IconInfo" title="Evaluations is in beta" type="fyi">

Evaluations is currently in beta. We'd love to [hear your feedback](https://app.posthog.com/llm-analytics/evaluations#panel=support%3Afeedback%3A%3Alow%3Atrue) as we develop this feature.

</CalloutBox>
<></>
4 changes: 0 additions & 4 deletions contents/docs/llm-analytics/evaluations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
title: Evaluations
---

import BetaCallout from "./_snippets/beta.mdx"

<BetaCallout />

Evaluations automatically assess the quality of your LLM [generations](/docs/llm-analytics/generations) and return a pass/fail result with reasoning. PostHog supports two types of evaluations:

- **LLM-as-a-judge** – Uses an LLM to score each generation against a prompt you define. Great for nuanced, subjective checks like tone, helpfulness, or hallucination detection.
Expand Down
Loading