Skip to content

Commit

Permalink
Merge branch 'main' into wassimchegham-llamaindex-azure-ai
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko authored Dec 5, 2024
2 parents 73d3669 + 6ab8871 commit 5a4a559
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @gkulin @hemarina @rajeshkamal5050 @vhvb1989
* @hemarina @rajeshkamal5050 @vhvb1989
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: gkulin, hemarina
assignees: hemarina

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: gkulin
assignees: kristenwomack

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/template-idea.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ about: Can't find a template? Have an idea? Submit it so that someone can pick i
up and contribute it!
title: "[Idea] <your-template-name>"
labels: requested-contribution
assignees: gkulin
assignees: kristenwomack

---

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The Azure Developer CLI (`azd`) is an open-source tool that accelerates the time

* This repository is also associated with a [live website](https://aka.ms/awesome-azd) that makes azd-templates searchable and discoverable (by various filter tags).
* Read [this document](GALLERY.md) for an overview of how the gallery is setup.
* Submit a template for the gallery! Use [this issue](https://github.com/Azure/awesome-azd/issues/new?assignees=gkulin&labels=new-contribution&template=%F0%9F%93%B2contribute-an-azd-template-.md&title=%5BNew+azd-template%5D+%3Cyour-template-name%3E) to contribute your template to the showcase.
* Submit a template for the gallery! Use [this issue](https://github.com/Azure/awesome-azd/issues/new?assignees=kristenwomack&labels=new-contribution&template=%F0%9F%93%B2contribute-an-azd-template-.md&title=%5BNew+azd-template%5D+%3Cyour-template-name%3E) to contribute your template to the showcase.

---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Did you write or find an article that helped you get started with `azd`? Or mayb

## Other Ways To Help
Other than these, we always welcome feedback through a:
- [**request a template**](https://github.com/Azure/awesome-azd/issues/new?assignees=gkulin&labels=requested-contribution&template=%F0%9F%A4%94-submit-a-template-request.md&title=%5BIdea%5D+%3Cyour-template-name%3E): if you cannot find a template with architecture that works for you-- you can submit a request for that template
- [**request a template**](https://github.com/Azure/awesome-azd/issues/new?assignees=kristenwomack&labels=requested-contribution&template=%F0%9F%A4%94-submit-a-template-request.md&title=%5BIdea%5D+%3Cyour-template-name%3E): if you cannot find a template with architecture that works for you-- you can submit a request for that template
- Keep in mind, templates are made to be flexible and extensible. You can use a template's architecture and swap out the source code. For example, if you want to create a grocery list making application using Azure SQL and Azure App service, you can use the React Web App with C# API and SQL Database on Azure template and swap out the source code.
- [**bug report**](https://github.com/Azure/awesome-azd/issues/new?assignees=&labels=&template=bug_report.md&title=): let us know if something is broken
- [**feature request**](https://github.com/Azure/awesome-azd/issues/new?assignees=&labels=&template=feature_request.md&title=): for improvements to our awesome-azd site
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function ShowcaseEmptyResult({ id }: { id: string }) {
</FluentUILink>
<FluentUILink
key="emptySearch_requestBoard"
href="https://github.com/Azure/awesome-azd/issues/new?assignees=nigkulintya%2C+savannahostrowski&labels=requested-contribution&template=%F0%9F%A4%94-submit-a-template-request.md&title=%5BIdea%5D+%3Cyour-template-name%3E"
href="https://github.com/Azure/awesome-azd/issues/new?assignees=kristenwomack%2C+savannahostrowski&labels=requested-contribution&template=%F0%9F%A4%94-submit-a-template-request.md&title=%5BIdea%5D+%3Cyour-template-name%3E"
target="_blank"
className={styles.colorLink}
>
Expand Down
29 changes: 21 additions & 8 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2701,20 +2701,33 @@
"source": "https://github.com/Azure-Samples/llama-index-vector-search-javascript",
"tags": [
"javascript",
"typescript",
"nodejs",
"aca",
"azureai",
"aicollection",
"managedidentity",
"bicep",
"msft",
"openai",
"new",
"ai",
"gpt",
"new"
]
},
{
"title": "Simple Chat App using API Management Gateway and Azure OpenAI",
"description": "A chat interface that sends messages through API Management Azure OpenAI endpoints implementing load-balancing, circuit breaking and semantic caching, showcasing enterprise-grade API management for AI workloads.",
"preview": "./templates/images/genai-apim-sample.jpg",
"website": "https://github.com/Azure-Samples",
"author": "Chris Noring",
"source": "https://github.com/Azure-Samples/genai-gateway-apim",
"tags": [
"javascript",
"nodejs",
"typescript",
"azureai",
"aicollection",
"managedidentity"
"apim",
"managedidentity",
"bicep",
"msft",
"openai",
"new"
]
}
]
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 5a4a559

Please sign in to comment.