Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
gkulin committed Jun 25, 2024
1 parent 84af857 commit e91a092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
3 changes: 1 addition & 2 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 1 addition & 10 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
},
}
]

0 comments on commit e91a092

Please sign in to comment.