Application Runtime: Overview
Recap of Progress
Let’s summarize the steps we’ve completed so far in our workshop:
Reviewed the Use Case and Reference Architecture
- Analyzed the specific requirements and objectives.
- Examined the reference architecture to understand the overall system design.
Set Up Azure OpenAI Resources
- Created the Azure OpenAI resource.
- Deployed the Chat and Embeddings models to facilitate conversational AI capabilities.
Configured Azure AI Search
- Established the Azure AI Search resource.
- Configured the search index to organize and manage searchable data efficiently.
Pre-Processed the PDF Document
- Prepared the PDF document by extracting and cleaning the necessary data to ensure compatibility with our indexing process.
Populated the Azure AI Index
- Imported the processed data from the PDF into the Azure AI Search index, enabling robust search functionality based on the document’s content.
Next Steps
With these foundational steps completed, we’re now ready to move forward with the final phase:
Setting Up the Demo Application
- Integrate the configured services into a cohesive demo application.
Implementing Document-Based Chat
- Enable interactive chat functionality that interacts directly with the indexed documents, allowing participants to query and receive information seamlessly.
Once the demo is up and running, you’ll use the interface shown in the image below to execute your queries.
![drawing](https://github.com/Azure-Samples/azure-open-ai-rag-oyd-text-images/blob/workshop/images/demo_app_chat_view.png?raw=true)
Let’s proceed to set up the demo application and explore how to chat with your documents effectively!
« Document Data Management: Populating Azure AI Index | Application Runtime: Setting Up Demo App »