Skip to content

Commit

Permalink
update "build 2024 collection" tag to "ai collection" (#432)
Browse files Browse the repository at this point in the history
* wip

* fix

* fix again

* add arize phoenix template

* update build tag to ai collection & update templates tagged with it

* update new templates with tags and imgs

* remove dupes

* add ai collection tag
  • Loading branch information
gkulin authored Sep 6, 2024
1 parent 2da532c commit 485c813
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 19 deletions.
8 changes: 4 additions & 4 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export type TagType =
| "rubyonrails"
| "serverlessapi"
| "langchain"
| "build2024"
| "aicollection"
| "aistudio"
| "apicenter"
| "eventgrid"
Expand Down Expand Up @@ -150,9 +150,9 @@ export const Tags: { [type in TagType]: Tag } = {
label: "Popular",
description: "This tag is used for popular templates.",
},
build2024: {
label: "Build 2024 Collection",
description: "This tag is used for templates included in the Microsoft Build 2024 conference collection.",
aicollection: {
label: "AI Collection",
description: "This tag is used for templates included in the Microsoft-curated AI collection.",
},

//============ FOR REGULAR USE
Expand Down
110 changes: 95 additions & 15 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@
"rediscache",
"ai",
"msft",
"popular"
"popular",
"aicollection"
]
},
{
Expand Down Expand Up @@ -615,7 +616,7 @@
"popular",
"blobstorage",
"appservice",
"build2024",
"aicollection",
"speechservice"
]
},
Expand Down Expand Up @@ -1082,7 +1083,8 @@
"semantickernel",
"reactjs",
"bicep",
"msft"
"msft",
"aicollection"
]
},
{
Expand Down Expand Up @@ -1122,7 +1124,7 @@
"webcomponents",
"microfrontend",
"msft",
"build2024",
"aicollection",
"rag"
]
},
Expand Down Expand Up @@ -1615,6 +1617,7 @@
"functions",
"swa",
"azureai",
"aicollection",
"rag"
]
},
Expand Down Expand Up @@ -1661,7 +1664,7 @@
"source": "https://github.com/Azure-Samples/openai-chat-app-quickstart",
"tags": [
"msft",
"build2024",
"aicollection",
"python",
"openai",
"aca",
Expand All @@ -1678,7 +1681,7 @@
"source": "https://github.com/Azure-Samples/rag-postgres-openai-python",
"tags": [
"msft",
"build2024",
"aicollection",
"python",
"openai",
"aca",
Expand All @@ -1697,7 +1700,7 @@
"source": "https://github.com/Azure-Samples/agent-openai-python-prompty",
"tags": [
"msft",
"build2024",
"aicollection",
"python",
"openai",
"aks",
Expand All @@ -1715,7 +1718,7 @@
"source": "https://github.com/Azure-Samples/summarization-openai-python-promptflow",
"tags": [
"msft",
"build2024",
"aicollection",
"python",
"openai",
"aca",
Expand All @@ -1733,7 +1736,7 @@
"source": "https://github.com/Azure-Samples/agent-python-openai-prompty-langchain",
"tags": [
"msft",
"build2024",
"aicollection",
"python",
"openai",
"aistudio",
Expand All @@ -1750,7 +1753,7 @@
"source": "https://github.com/Azure-Samples/agent-openai-python-prompty-langchain-pinecone",
"tags": [
"msft",
"build2024",
"aicollection",
"python",
"openai",
"aistudio",
Expand All @@ -1768,7 +1771,7 @@
"source": "https://github.com/Azure-Samples/contoso-chat",
"tags": [
"msft",
"build2024",
"aicollection",
"python",
"openai",
"aistudio",
Expand Down Expand Up @@ -1870,7 +1873,8 @@
"bicep",
"python",
"aca",
"ai"
"ai",
"aicollection"
]
},
{
Expand Down Expand Up @@ -1911,9 +1915,10 @@
"managedidentity",
"aca",
"ai",
"rag"
"rag",
"aicollection"
]
} ,
},
{
"title": "Azure Serverless App with Angular and MSAL",
"description": "Azure Serverless Template using Angular-standalone, Azure Functions App, Cosmos DB and APIM",
Expand Down Expand Up @@ -1957,7 +1962,17 @@
"website": "https://github.com/Azure-Samples/gpt-video-analysis-in-a-box",
"author": "Wassim Chegham",
"source": "https://github.com/Azure-Samples/llama-index-javascript",
"tags": ["msft", "openai", "bicep", "javascript", "nodejs", "ai", "aca", "rag"]
"tags": [
"msft",
"openai",
"bicep",
"javascript",
"nodejs",
"ai",
"aca",
"rag",
"aicollection"
]
},
{
"title": "Azure OpenAI On Your Data with Python Streamlit",
Expand Down Expand Up @@ -2065,5 +2080,70 @@
"ai",
"new"
]
},


{
"title": "Azure OpenAI Chat Frontend",
"description": "Features a Chat-GPT-like user interface, including additional capabilities to debug responses, restyle, revisit history and reset the chat.",
"preview": "./templates/images/azure-openai-chat-frontend-architecture.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Content Team",
"source": "https://github.com/Azure-Samples/azure-openai-chat-frontend",
"tags": [
"javascript",
"typescript",
"aicollection",
"openai",
"blobstorage",
"aisearch"
]
},
{
"title": "Serverless Azure OpenAI Assistant Quick Start with Function Calling",
"description": "Allows you to create AI assistants tailored to your needs via custom instructions and tools like code interpreter and custom functions.",
"preview": "./templates/images/architecture-diagram-assistant-javascript.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Content Team",
"source": "https://github.com/Azure-Samples/azure-openai-assistant-javascript",
"tags": [
"javascript",
"gpt",
"swa",
"functions",
"openai",
"managedidentity",
"openai",
"aicollection"
]
},
{
"title": "Chat + Vision using Azure OpenAI",
"description": "A demonstration of chatting with uploaded images using OpenAI vision models like gpt-4o.",
"preview": "./templates/images/openai-chat-vision-quickstart-diagram.png",
"website": "https://github.com/Azure-Samples",
"author": "Azure Content Team",
"source": "https://github.com/Azure-Samples/openai-chat-vision-quickstart",
"tags": [
"python",
"managedidentity",
"aca",
"azureai",
"aicollection"
]
},
{
"title": "Pinecone Canopy",
"description": "An open-source Retrieval Augmented Generation (RAG) framework and context engine built on top of the Pinecone vector database.",
"preview": "./templates/images/canopy-rag_flow.png",
"website": "https://github.com/cwaddingham",
"author": "Cory Waddingham",
"source": "https://github.com/cwaddingham/canopy/tree/create-azd-template",
"tags": [
"python",
"pinecone",
"aca",
"aicollection"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 485c813

Please sign in to comment.