This is a simple example implementing RAG as per tutorial here.
- Run pip install requirements.txt
- Copy default.env to .env and fill with your details
Run 01_chat_with_products.py for simple RAG after setting up the infrastructure as per tutorial
Run 02_chat_with_speech.py after adding language endpoint via AI foundry to summarize the result
Run 03_chat_with_summarization.py after adding speech endpoint to hear the summarized recommendation