Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nlp to sql sample #419

Merged
merged 2 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ export type TagType =
| "logicapps"
| "msal"
| "pinecone"
| "nextjs";
| "nextjs"
| "speechservice";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
Expand Down Expand Up @@ -517,6 +518,13 @@ export const Tags: { [type in TagType]: Tag } = {
url: "https://azure.microsoft.com/solutions/ai",
type: "Service",
},
speechservice: {
label: "Azure Speech Services",
description: "Template architecture uses Azure AI Speech Services",
azureIcon: "./img/Azure-Speech-Services.svg",
url: "https://azure.microsoft.com/en-us/products/ai-services/ai-speech",
type: "Service",
},
apim: {
label: "Azure API Management",
description: "Template architecture uses Azure API Management",
Expand Down
1 change: 1 addition & 0 deletions website/static/img/Azure-Speech-Services.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 29 additions & 5 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,8 @@
"popular",
"blobstorage",
"appservice",
"build2024"
"build2024",
"speechservice"
]
},
{
Expand Down Expand Up @@ -1714,7 +1715,8 @@
"openai",
"aca",
"bicep",
"ai"
"ai",
"speechservice"
]
},
{
Expand Down Expand Up @@ -1835,9 +1837,9 @@
},
{
"title": "GPT Video Analysis-In-A-Box",
"description": "This solution is part of the the AI-in-a-Box framework developed by the team of Microsoft Customer Engineers and Architects to accelerate the deployment of AI and ML solutions. Our goal is to simplify the adoption of AI technologies by providing ready-to-use accelerators that ensure quality, efficiency, and rapid deployment.",
"preview": "./templates/images/contoso-chat-architecture-diagram.png",
"website": "https://github.com/Azure-Samples/gpt-video-analysis-in-a-box",
"description": "The GPT Video Analysis in-a-Box project leverages Azure OpenAI GPT-4 Turbo with Vision and Azure Data Factory to provide a low-code solution for analyzing images and videos, making AI adoption simpler and more efficient. This solution, part of the AI-in-a-Box framework by Microsoft Customer Engineers and Architects, ensures quality, efficiency, and rapid deployment of AI and ML solutions across various industries.",
"preview": "./templates/images/gpt4-adf-architecture.jpg",
"website": "https://github.com/Azure/AI-in-a-box",
"author": "AI-in-a-Box Team",
"source": "https://github.com/Azure-Samples/gpt-video-analysis-in-a-box",
"tags": [
Expand Down Expand Up @@ -1962,5 +1964,27 @@
"aca",
"new"
]
},
{
"title": "NLP to SQL In-A-Box",
"description": "NLP-SQL-in-a-Box is part of Microsoft's AI-in-a-Box framework, designed to simplify the deployment of AI and ML solutions. This project enables users to interact with SQL databases using natural language and speech, leveraging Azure OpenAI, Semantic Kernel, and Azure AI Speech Service to translate spoken queries into SQL statements, execute them, and deliver results audibly, ensuring an intuitive and user-friendly experience.",
"preview": "./templates/images/nlp_to_sql_architecture.png",
"website": "https://github.com/Azure/AI-in-a-box",
"author": "AI-in-a-Box Team",
"source": "https://github.com/Azure-Samples/nlp-sql-in-a-box",
"tags": [
"msft",
"openai",
"gpt",
"bicep",
"ai",
"python",
"azuresql",
"speechservice",
"azureai",
"managedidentity",
"semantickernel",
"new"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.