Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…l-and-imageprocessing into feature/adi-skillset
  • Loading branch information
priyal1508 committed Sep 9, 2024
2 parents e9a0b8e + 65a3d2d commit 668d9eb
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 2 deletions.
2 changes: 2 additions & 0 deletions text2sql/plugins/ai_search_plugin/ai_search_plugin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
from semantic_kernel.functions import kernel_function
from typing import Annotated
from azure.identity import DefaultAzureCredential
Expand Down
2 changes: 2 additions & 0 deletions text2sql/plugins/sql_plugin/sql_plugin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
from semantic_kernel.functions import kernel_function
import aioodbc
from typing import Annotated
Expand Down
2 changes: 2 additions & 0 deletions text2sql/prompt.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
template_format: semantic-kernel
template: |
<message role="system">
Expand Down
9 changes: 9 additions & 0 deletions text2sql/rag_with_ai_search_and_text_2_sql.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Copyright (c) Microsoft Corporation.\n",
"\n",
"Licensed under the MIT License."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
11 changes: 10 additions & 1 deletion text2sql/rag_with_text_2_sql.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Copyright (c) Microsoft Corporation.\n",
"\n",
"Licensed under the MIT License."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -929,7 +938,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.11.9"
},
"microsoft": {
"host": {
Expand Down
2 changes: 1 addition & 1 deletion text2sql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
semantic-kernel==1.8.2
semantic-kernel==1.8.3
azure-search
azure-search-documents==11.6.0b4
aioodbc
Expand Down

0 comments on commit 668d9eb

Please sign in to comment.