Skip to content

Commit b8d808f

Browse files
committed
Added notebook for RAG tutorial
1 parent 1dd08e9 commit b8d808f

File tree

3 files changed

+465
-0
lines changed

3 files changed

+465
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This repository contains Python code samples used in Azure AI Search documentati
99
| quickstart | "Day One" introduction to the fundamental tasks of working with a search index: create, load, and query. This sample is a notebook .ipynb file. The index is modeled on a subset of the Hotels dataset, widely used in Azure AI Search samples, but reduced here for readability and comprehension. |
1010
| quickstart-semantic-search | Extends the quickstart through modifications that invoke semantic search. This notebook adds a semantic configuration to the index and semantic query options that formulate the query and response. |
1111
| quickstart-rag | "Day One" introduction to LLM integration with a chat model such as GPT-3.5-turbo or equivalent. |
12+
| tutorial-rag | A deeper dive into LLM integration with a chat model such as GPT-3.5-turbo or equivalent. |
1213

1314
## Archived samples
1415

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
python-dotenv
2+
azure-search-documents==11.5.1
3+
azure-storage-blob
4+
azure-identity
5+
openai
6+
aiohttp

0 commit comments

Comments
 (0)