Skip to content

Commit

Permalink
add azure-search-openai-demo-java template (#218)
Browse files Browse the repository at this point in the history
* rebase and java Chatgpt sample descriptio and tags updated

* add semantickernel tag

---------

Co-authored-by: hemarina <[email protected]>
  • Loading branch information
dantelmomsft and hemarina authored Oct 12, 2023
1 parent 37b09e5 commit 1770e59
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 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
20 changes: 20 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
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 1770e59

Please sign in to comment.