Skip to content

Commit 65a3d2d

Browse files
Add headers (#9)
1 parent f11afb1 commit 65a3d2d

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed

text2sql/plugins/ai_search_plugin/ai_search_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
from semantic_kernel.functions import kernel_function
24
from typing import Annotated
35
from azure.identity import DefaultAzureCredential

text2sql/plugins/sql_plugin/sql_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
from semantic_kernel.functions import kernel_function
24
import aioodbc
35
from typing import Annotated

text2sql/prompt.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
template_format: semantic-kernel
24
template: |
35
<message role="system">

text2sql/rag_with_ai_search_and_text_2_sql.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"Copyright (c) Microsoft Corporation.\n",
8+
"\n",
9+
"Licensed under the MIT License."
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {},

text2sql/rag_with_text_2_sql.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"Copyright (c) Microsoft Corporation.\n",
8+
"\n",
9+
"Licensed under the MIT License."
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {},
@@ -929,7 +938,7 @@
929938
"name": "python",
930939
"nbconvert_exporter": "python",
931940
"pygments_lexer": "ipython3",
932-
"version": "3.12.3"
941+
"version": "3.11.9"
933942
},
934943
"microsoft": {
935944
"host": {

0 commit comments

Comments
 (0)