From 1911047a343d1364c882731a3f71d2448bd395c3 Mon Sep 17 00:00:00 2001 From: Leah Date: Wed, 17 Jan 2024 11:21:01 -0800 Subject: [PATCH] Update README.md Added a Feedback + CSAT survey link to start measuring developer satisfaction with Azure Comms --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c045db1..3da502d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ The code sample includes a web app that simulates a scenario where a customer in ![Architecture diagram](docs/architecture-diagram.png) +## ❤️ Feedback + +We appreciate your feedback and energy helping us improve our services. [If you've tried the service, please give us feedback through this survey](https://microsoft.qualtrics.com/jfe/form/SV_9WTOR2ItSo0oFee). + ## Features - A chat bot that can converse with customer in natural language using Contoso Energy’s knowledge base. - A retrieval augmented generation (RAG) pattern that leverages Azure Cognitive Search to retrieve relevant information from data sources and feed it to Azure OpenAI Service.