From 771a15473f1a4cc164c1c63775ee316c27a5925d Mon Sep 17 00:00:00 2001 From: Harikrishnan Rajandiran Date: Thu, 1 Aug 2024 14:43:59 +0530 Subject: [PATCH] Updated msteams-chat-with-your-data sample main readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3e90870a9..f59ab459d8 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev | | Sample Name | Description | C# | JavaScript | App Manifest |:--:|:-------------------|:---------------------------------------------------------------------------------------------------------------------------|:--------|:-------------|:-------------| |1|api-doc-search|This is a sample API application that demonstrates how to perform RAG-based semantic search using NoSQL CosmosDB.||[View][api-doc-search#nodejs]|- +|2|Teams Azure OpenAI|This sample showcases a Teams app template that enables data interaction using retrieval-augmented generation (RAG) with Azure OpenAI and Azure AI Search.||[View][msteams-chat-with-your-data] ![toolkit-icon](assets/toolkit-icon.png)|- ## [Tabs samples](https://docs.microsoft.com/microsoftteams/platform/tabs/what-are-tabs) | | Sample Name | Description | C# | TypeScript | JavaScript | App Manifest| @@ -417,6 +418,7 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev [meetings-context-app#nodejs]:samples/meetings-context-app/nodejs [bot-ai-meeting-helper#nodejs]:samples/bot-ai-meeting-helper [api-doc-search#nodejs]:samples/api-doc-search +[msteams-chat-with-your-data]:samples/msteams-chat-with-your-data [graph#rsc#cs]:samples/graph-rsc/csharp [graph#rsc#js]:samples/graph-rsc/nodeJs