diff --git a/website/static/templates.json b/website/static/templates.json index e541476f..5ead849a 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1716,7 +1716,7 @@ "python", "openai", "aks", - "bicep", + "terraform", "ai", "aisearch", "new" @@ -1775,5 +1775,25 @@ "ai", "new" ] + }, + { + "title": "Contoso Chat Retail with Azure AI Studio and Promptflow", + "description": "This sample has the full End2End process of creating RAG application with Prompt Flow and AI Studio. It includes GPT 3.5 Turbo LLM application code, evaluations, deployment automation with AZD CLI, GitHub actions for evaluation and deployment and intent mapping for multiple LLM task mapping.", + "preview": "./templates/images/contoso-chat-architecture-diagram.png", + "website": "https://github.com/Azure-Samples", + "author": "Azure Content Team", + "source": "https://github.com/Azure-Samples/contoso-chat", + "tags": [ + "msft", + "build2024", + "python", + "openai", + "aistudio", + "bicep", + "cosmosdb", + "aisearch", + "ai", + "new" + ] } ] diff --git a/website/static/templates/images/contoso-chat-architecture-diagram.png b/website/static/templates/images/contoso-chat-architecture-diagram.png new file mode 100644 index 00000000..60089907 Binary files /dev/null and b/website/static/templates/images/contoso-chat-architecture-diagram.png differ