Skip to content

Commit 995a6ee

Browse files
Merge pull request #377 from Portkey-AI/batch-eval-cookbook
Batch eval cookbook
2 parents 491b33e + c8a1454 commit 995a6ee

File tree

7 files changed

+803
-0
lines changed

7 files changed

+803
-0
lines changed

docs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@
363363
"integrations/agents/control-flow",
364364
"integrations/agents/crewai",
365365
"integrations/agents/langchain-agents",
366+
"integrations/agents/langroid",
366367
"integrations/agents/langgraph",
367368
"integrations/agents/livekit",
368369
"integrations/agents/llama-agents",
@@ -846,6 +847,7 @@
846847
"group": "Use Cases",
847848
"pages": [
848849
"guides/use-cases",
850+
"guides/use-cases/run-batch-evals",
849851
"guides/use-cases/few-shot-prompting",
850852
"guides/use-cases/enforcing-json-schema-with-anyscale-and-together",
851853
"guides/use-cases/emotions-with-gpt-4o",

guides/use-cases.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Overview
33
---
44

55
<CardGroup>
6+
<Card title="How to Run Structure Output Evals on Portkey at Scale" href="/guides/use-cases/run-batch-evals" />
67
<Card title="Few-Shot Prompting" href="/guides/use-cases/few-shot-prompting" />
78
<Card title="Enforcing JSON Schema with Anyscale & Together" href="/guides/use-cases/enforcing-json-schema-with-anyscale-and-together" />
89
<Card title="Detecting Emotions with GPT-4o" href="/guides/use-cases/emotions-with-gpt-4o" />

0 commit comments

Comments
 (0)