Skip to content

Commit

Permalink
add nlp-sql-in-a-box template (#419)
Browse files Browse the repository at this point in the history
* feat: Add Azure Speech Services tag

The commit adds a new tag for Azure Speech Services in the `tags.tsx` file. This tag includes the label, description, Azure icon, URL, and type for the service.

* feat: Add NLP to SQL template and update other projects with 'speechservice' tag.

The commit adds the NLP to SQL template to the `templates.json` file. This template is part of the AI-in-a-Box framework and provide ready-to-use accelerators for AI and ML solutions.
Also added 'speechservice' to other projects using it.
  • Loading branch information
codebytes authored Aug 16, 2024
1 parent b0fea80 commit 01db08a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
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.

0 comments on commit 01db08a

Please sign in to comment.