From a2899326f42b6c83f251df86f3fe662628cd6b7e Mon Sep 17 00:00:00 2001 From: arun paul <64950552+iarunpaul@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:10:27 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b0a140..4a1cffb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Copilot application that implements RAG -This is a sample copilot that application that implements RAG via custom Python code, and can be used with the Azure AI Studio. This sample aims to provide a starting point for an enterprise copilot grounded in custom data that you can further customize to add additional intelligence or capabilities. +This is a sample copilot application that implements RAG via custom Python code, and can be used with the Azure AI Studio. This sample aims to provide a starting point for an enterprise copilot grounded in custom data that you can further customize to add additional intelligence or capabilities. Following the below steps, you will: set up your development environment, create or reference your Azure AI resources, explore prompts, build an index containing product information, run your copilot, evaluate it, and deploy your copilot to a managed endpoint.