Skip to content

Commit

Permalink
Merge branch 'main' into add-llama-index-javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Jul 1, 2024
2 parents cc7a0a9 + fcc75b2 commit 12511fd
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 deletions.
14 changes: 7 additions & 7 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ -1860,6 +1860,22 @@
"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"
]
},
{
"title": "Serverless Azure OpenAI Quick Start with LlamaIndex (JavaScript)",
"description": "This sample shows how to quickly get started with LlamaIndex.ai on Azure. The application is hosted on Azure Container Apps. You can use it as a starting point for building more complex RAG applications.",
Expand All @@ -1874,7 +1890,7 @@
"javascript",
"nodejs",
"ai",
"aca"
"aca",
"new"
]
}
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 12511fd

Please sign in to comment.