WIP Text to SQL - checkpoint

This commit is contained in:
Mahesh Murag
2024-09-24 00:41:29 +02:00
parent 3be7f8fc9b
commit c4539d7942

View File

@@ -47,7 +47,14 @@
"source": [
"## Table of Contents\n",
"\n",
"[TODO]"
"1. [Introduction](#introduction)\n",
"2. [Setup](#setup)\n",
"3. [Creating a Basic Text to SQL Prompt](#creating-a-basic-text-to-sql-prompt)\n",
"4. [Improving the Prompt with Examples](#improving-the-prompt-with-examples)\n",
"5. [Using Chain-of-Thought Prompting](#using-chain-of-thought-prompting)\n",
"6. [Implementing RAG for Complex Database Schemas](#implementing-rag-for-complex-database-schemas)\n",
"7. [Implementing Query Self-Improvement](#implementing-query-self-improvement)\n",
"8. [Evaluations](#evaluations)"
]
},
{