diff --git a/website/static/templates.json b/website/static/templates.json index 566e11e9..b83ee0df 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1875,5 +1875,23 @@ "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.", + "preview": "./templates/images/llama-index-javascript-architecture-diagram.png", + "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", + "new" + ] } ] diff --git a/website/static/templates/images/llama-index-javascript-architecture-diagram.png b/website/static/templates/images/llama-index-javascript-architecture-diagram.png new file mode 100644 index 00000000..8e9c7ff1 Binary files /dev/null and b/website/static/templates/images/llama-index-javascript-architecture-diagram.png differ