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

Add Arize Phoenix template #408

Merged
merged 4 commits into from
Jun 25, 2024
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
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
16 changes: 16 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1859,5 +1859,21 @@
"ai",
"new"
]
},
{
"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"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.