Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebase and java Chatgpt sample description and tags updated #218

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading