Skip to content

Commit

Permalink
add semantickernel tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hemarina committed Oct 12, 2023
1 parent ea799d8 commit 79bf3cc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
6 changes: 6 additions & 0 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export type TagType =
| "ade"
| "platformengineering"
| "devcenter"
| "semantickernel"
;

// LIST OF AVAILABLE TAGS
Expand Down Expand Up @@ -311,6 +312,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses Streamlit library",
type: "Framework",
},
semantickernel: {
label: 'Semantic Kernel',
description: 'Template architecture uses Semantic Kernel',
type: "Framework",
},
devcenter: {
label: "Dev Center",
description: "Template architecture uses Dev Center",
Expand Down
41 changes: 21 additions & 20 deletions website/static/templates.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
[ {
"title": "Java - ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search",
"description": "This repo is the java conversion of the well known chatGPT + Enterprise data code sample originally developed in python",
"preview": "./templates/images/azure-search-openai-demo-java.png",
"website": "https://github.com/Azure-Samples/azure-search-openai-demo-java",
"author": "Davide Antelmo",
"source": "https://github.com/Azure-Samples/azure-search-openai-demo-java",
"tags": [
"java",
"spring",
"openai",
"appservice",
"cognitivesearch",
"semantickernel",
"reactjs",
"bicep",
"msft",
"new"
]
},
[
{
"title": "Starter - Bicep",
"description": "A starter template with Bicep as infrastructure provider",
Expand Down Expand Up @@ -1113,5 +1094,25 @@
"community",
"new"
]
},
{
"title": "Java - ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search",
"description": "This repo is the java conversion of the well known chatGPT + Enterprise data code sample originally developed in python",
"preview": "./templates/images/azure-search-openai-demo-java.png",
"website": "https://github.com/Azure-Samples/azure-search-openai-demo-java",
"author": "Davide Antelmo",
"source": "https://github.com/Azure-Samples/azure-search-openai-demo-java",
"tags": [
"java",
"spring",
"openai",
"appservice",
"cognitivesearch",
"semantickernel",
"reactjs",
"bicep",
"msft",
"new"
]
}
]

0 comments on commit 79bf3cc

Please sign in to comment.