diff --git a/website/src/data/tags.tsx b/website/src/data/tags.tsx index c123bde1..1efda852 100644 --- a/website/src/data/tags.tsx +++ b/website/src/data/tags.tsx @@ -122,6 +122,7 @@ export type TagType = | "ade" | "platformengineering" | "devcenter" + | "semantickernel" ; // LIST OF AVAILABLE TAGS @@ -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", diff --git a/website/static/templates.json b/website/static/templates.json index 309219bd..5b45be0f 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1094,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" + ] } ] diff --git a/website/static/templates/images/azure-search-openai-demo-java.png b/website/static/templates/images/azure-search-openai-demo-java.png new file mode 100644 index 00000000..23b61647 Binary files /dev/null and b/website/static/templates/images/azure-search-openai-demo-java.png differ