Skip to content

Commit b94a268

Browse files
committed
Add notebook descriptions
1 parent 39a8675 commit b94a268

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

text2sql/rag_with_ai_search_and_text_2_sql.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Text2SQL & AI Search with Semantic Kernel & Azure OpenAI\n",
8+
"\n",
9+
"This notebook demonstrates how the SQL plugin can be integrated with Semantic Kernel and Azure OpenAI to answer questions from the database based on the schemas provided. Additionally, it integrates with an AI Search plugin to show how both can be used in parallel to answer questions based on the best possible source. The prompt may need to be tweaked for your usage.\n",
10+
"\n",
11+
"A multi-shot approach is used for SQL generation for more reliable results and reduced token usage. More details can be found in the README.md."
12+
]
13+
},
314
{
415
"cell_type": "code",
516
"execution_count": null,

text2sql/rag_with_text_2_sql.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Text2SQL with Semantic Kernel & Azure OpenAI\n",
8+
"\n",
9+
"This notebook demonstrates how the SQL plugin can be integrated with Semantic Kernel and Azure OpenAI to answer questions from the database based on the schemas provided. \n",
10+
"\n",
11+
"A multi-shot approach is used for SQL generation for more reliable results and reduced token usage. More details can be found in the README.md."
12+
]
13+
},
314
{
415
"cell_type": "code",
5-
"execution_count": 1,
16+
"execution_count": 13,
617
"metadata": {
718
"gather": {
819
"logged": 1718623217703

0 commit comments

Comments
 (0)