{ "cells": [ { "cell_type": "markdown", "id": "d31716b432b31c92", "metadata": {}, "source": [ "# Evaluating Generating SQL with LLM\n", "\n", "In this recipe, we will be using taking our [SQL Agent](../agents/sql_agent.ipynb) example and running evaluations on LLM call. We will be exploring various different evaluations we can run to ensure quality and expected behavior.\n", "\n", "
Mirascope Concepts Used
\n", "\n", "Check out the SQL Agent Cookbook
\n", "\n",
"We will be using our LibrarianAgent
for our evaluations. For a detailed explanation regarding this code snippet, refer to the SQL Agent Cookbook.\n",
"
Tip
\n", "\n", "SQL queries can get complex so be sure to add very specific tests, especially for mutable operations like INSERTS, UPDATES, and DELETES.\n", "
\n", "