From e91a092da801d7341a87bc44d3b0e80b3c2768fb Mon Sep 17 00:00:00 2001 From: Grace Kulin Date: Tue, 25 Jun 2024 15:27:12 -0700 Subject: [PATCH] fix again --- website/src/data/tags.tsx | 3 +-- website/static/templates.json | 11 +---------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/website/src/data/tags.tsx b/website/src/data/tags.tsx index 54c71e1a..dc1b7b38 100644 --- a/website/src/data/tags.tsx +++ b/website/src/data/tags.tsx @@ -111,8 +111,7 @@ export type TagType = | "managedidentity" | "serviceprincipal" | "logicapps"; - ; - + // LIST OF AVAILABLE TAGS // Each tag in lit about must have a defined object here // One or more tags can be associated per card diff --git a/website/static/templates.json b/website/static/templates.json index cff07ce0..2cfaf367 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1859,14 +1859,5 @@ "ai", "new" ] - }, - { - "title": "ChatGPT + Enterprise data with Azure OpenAI and AI Search", - "description": "A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.", - "preview": "", - "website": "https://github.com/Azure-Samples", - "author": "Azure Content Team", - "source": "https://github.com/Azure-Samples/azure-search-openai-demo", - "tags": ["msft", "build2024", "openai", "appservice", "bicep", "ai", "", "new"] - }, + } ]