Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hemarina committed Jul 1, 2024
2 parents b428b9e + 48abf84 commit c833df3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
5 changes: 2 additions & 3 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export type TagType =
| "managedidentity"
| "serviceprincipal"
| "logicapps";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
// One or more tags can be associated per card
Expand Down Expand Up @@ -144,8 +144,7 @@ export const Tags: { [type in TagType]: Tag } = {
},
build2024: {
label: "Build 2024 Collection",
description:
"This tag is used for templates included in the Microsoft Build 2024 conference collection.",
description: "This tag is used for templates included in the Microsoft Build 2024 conference collection.",
},

//============ FOR REGULAR USE
Expand Down
18 changes: 17 additions & 1 deletion website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@
"preview": "./templates/images/serverless-chat-langchainjs.gif",
"website": "https://github.com/glaucia86, https://github.com/sinedied",
"author": "Glaucia Lemos, Yohan Lasorsa",
"source": "https://github.com/Azure-Samples/serverless-chat-langchainjs/",
"source": "https://github.com/Azure-Samples/serverless-chat-langchainjs",
"tags": [
"ai",
"bicep",
Expand Down Expand Up @@ -1861,6 +1861,22 @@
]
},
{
"title": "Deploy Phoenix to Azure",
"description": "Phoenix provides MLOps and LLMOps insights at lightning speed with zero-config observability.",
"preview": "./templates/images/arize-phoenix.png",
"website": "https://github.com/Arize-ai",
"author": "Arize AI Team",
"source": "https://github.com/Arize-ai/phoenix-on-azure",
"tags": [
"community",
"bicep",
"python",
"aca",
"ai",
"new"
]
},
{
"title": "Build a Copilot app using Azure Cosmos DB, Azure OpenAI Service and Azure App Service",
"description": "Build a copilot application with Azure OpenAI Service, Azure Cosmos DB for NoSQL vector database & Azure App Service.",
"preview": "./templates/images/cosmos-nosql-copilot.png",
Expand Down
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 c833df3

Please sign in to comment.