Skip to content

Commit 5d2b5b4

Browse files
authored
Update AISearch_RAG_chatbot.ipynb skill level
1 parent d9587db commit 5d2b5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/GenAI/notebooks/AISearch_RAG_chatbot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Document Embedding and Indexing with Azure OpenAI and AI Search\n",
88
"\n",
9-
"**Skill Level: Beginner**\n",
9+
"**Skill Level: Intermediate**\n",
1010
"\n",
1111
"## Overview \n",
1212
"This tutorial provides a step-by-step guide on how to pull files from [Azure Blob Storage](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction), generate embeddings for these files, and store the embeddings in an [Azure AI Search](https://learn.microsoft.com/en-us/azure/search/search-what-is-azure-search) index. Embeddings are numerical representations of text that capture the semantic meaning of the content, facilitating advanced search and analysis. An index in AI search is a data structure that organizes these embeddings to improve the speed and efficiency of search queries. Additionally, this tutorial demonstrates how to enable users to interact with these embedding indexes through Azure AI Search and [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview), effectively allowing them to chat over the original files from Azure Blob Storage.\n",

0 commit comments

Comments
 (0)