+ "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. After this tutorial, feel free to take a look at the [embeddings demos](../embedding_demos/readme.md) where you will have the chance to run a Streamlit app that will build a user interface with the same steps as this tutorial to vectorize and retrieve your data. Especially try out the **Embeddings** and **AI Search Query** (select **Retrieval** on this page) pages to get the feel of deploying a chatbot with a user interface.\n",
0 commit comments