From 30aef3cc8b09a393b9c643bf292d4eda8cd4a9d3 Mon Sep 17 00:00:00 2001 From: El Bruno Date: Mon, 16 Sep 2024 20:00:31 -0400 Subject: [PATCH] Mention and add links to Python JS and Java samples Mention and add links to Python JS and Java samples --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 74984f7f..439cfd5c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ description: A csharp sample app that chats with your data using OpenAI and AI S --- +This solution's frontend and backend are both written in C#. There are also [**JavaScript**](https://aka.ms/azai/js/code), [**Java**](https://aka.ms/azai/java/code) and [**Python**](https://aka.ms/ragchat) samples based on this one. Learn more about [developing AI apps using Azure AI Services](https://aka.ms/azai). + + ## Table of Contents - [Features](#features)