You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,25 @@
1
-
# ChatGPT-like app with your data using Azure OpenAI and Azure AI Search (Python)
1
+
<!--
2
+
---
3
+
name: RAG chat app with your data (Python)
4
+
description: Chat with your domain data using Azure OpenAI and Azure AI Search.
5
+
languages:
6
+
- python
7
+
- typescript
8
+
- bicep
9
+
- azdeveloper
10
+
products:
11
+
- azure-openai
12
+
- azure-cognitive-search
13
+
- azure-app-service
14
+
- azure
15
+
page_type: sample
16
+
urlFragment: azure-search-openai-demo
17
+
---
18
+
-->
19
+
20
+
# RAG chat app with Azure OpenAI and Azure AI Search (Python)
21
+
22
+
This solution creates a ChatGPT-like frontend experience over your own documents using RAG (Retrieval Augmented Generation). It uses Azure OpenAI Service to access GPT models, and Azure AI Search for data indexing and retrieval.
2
23
3
24
This solution's backend is written in Python. There are also [**JavaScript**](https://aka.ms/azai/js/code), [**.NET**](https://aka.ms/azai/net/code), and [**Java**](https://aka.ms/azai/java/code) samples based on this one. Learn more about [developing AI apps using Azure AI Services](https://aka.ms/azai).
0 commit comments