--- title: PsTuts RAG emoji: 💻 colorFrom: yellow colorTo: indigo sdk: docker pinned: false license: mit short_description: Agentic RAG that interrogates the PsTuts dataset. --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference # 🤖 Chainlit Hello World App A minimal Chainlit application that demonstrates basic chat functionality. ## 🚀 Getting Started 1. Install dependencies: ```bash pip install -r requirements.txt ``` 2. Run the app: ```bash chainlit run app.py ``` 3. Open your browser and navigate to `http://localhost:8000` ## 💡 Features - Simple chat interface - Echo functionality that repeats back your messages