From 593a61e7ab13ae5534579fdcac7aa3eefcd7ad20 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:48:22 +0000 Subject: [PATCH 1/3] Initial plan From 2a6452dad23938cbf4ed81b89e2d0cea560f31c7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:53:14 +0000 Subject: [PATCH 2/3] Add AI Discord and Forum links to README.md Co-authored-by: sinedied <593151+sinedied@users.noreply.github.com> --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3cb67a09..aa1b49f2 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ - [Note](#note) [![Open in GitHub Codespaces](https://img.shields.io/static/v1?style=for-the-badge&label=GitHub+Codespaces&message=Open&color=brightgreen&logo=github)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=684521881&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=WestUs2) +[![Join Azure AI Foundry Discord](https://img.shields.io/badge/Discord-Azure_AI_Community-blue?style=for-the-badge&logo=discord&color=5865f2&logoColor=fff)](https://aka.ms/foundry/discord) [![Open in Remote - Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/azure-samples/azure-search-openai-javascript) This sample demonstrates a few approaches for creating ChatGPT-like experiences over your own data using the Retrieval Augmented Generation pattern. It uses Azure OpenAI Service to access the ChatGPT model (gpt-4o-mini), and Azure AI Search for data indexing and retrieval. @@ -431,6 +432,16 @@ Here are the most common failure scenarios and solutions: See [this doc for reducing costs](./docs/low-cost.md). +## Getting Help + +If you get stuck or have any questions about building AI apps, join: + +[![Azure AI Foundry Discord](https://img.shields.io/badge/Discord-Azure_AI_Foundry_Community_Discord-blue?style=for-the-badge&logo=discord&color=5865f2&logoColor=fff)](https://aka.ms/foundry/discord) + +If you have product feedback or errors while building visit: + +[![Azure AI Foundry Developer Forum](https://img.shields.io/badge/GitHub-Azure_AI_Foundry_Developer_Forum-blue?style=for-the-badge&logo=github&color=000000&logoColor=fff)](https://aka.ms/foundry/forum) + ### Note > Note: The documents used in this demo contain information generated using a language model (Azure OpenAI Service). The information contained in these documents is only for demonstration purposes and does not reflect the opinions or beliefs of Microsoft. Microsoft makes no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the information contained in this document. All rights reserved to Microsoft. From 2ffe9fa555b583780fdcff3ce10aa1e2ed67b810 Mon Sep 17 00:00:00 2001 From: Yohan Lasorsa Date: Fri, 3 Oct 2025 12:55:10 +0200 Subject: [PATCH 3/3] Fix heading level --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1b49f2..6439c4f2 100644 --- a/README.md +++ b/README.md @@ -432,7 +432,7 @@ Here are the most common failure scenarios and solutions: See [this doc for reducing costs](./docs/low-cost.md). -## Getting Help +### Getting Help If you get stuck or have any questions about building AI apps, join: