Spaces:
Sleeping
Sleeping
File size: 1,740 Bytes
9da1e75 9902551 9da1e75 9902551 9da1e75 9902551 9da1e75 9902551 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
---
title: Restaurant RAG Assistant
emoji: π
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: mit
---
# π Restaurant RAG Assistant
A smart restaurant customer service assistant powered by RAG (Retrieval-Augmented Generation) technology!
## Features
π€ **Intelligent Knowledge Retrieval**: The assistant searches through a comprehensive knowledge base of restaurant policies, services, and information to provide accurate answers.
πͺ **Comprehensive Restaurant Information**:
- Menu highlights and special dishes
- Restaurant policies (refund, privacy, allergens)
- Family-friendly amenities and baby policies
- Weekend hours and reservations
- Contact information and delivery options
## How It Works
1. **Query Processing**: When you ask a question, the system analyzes your query to understand what you're looking for
2. **Knowledge Search**: It searches through the restaurant's knowledge base to find the most relevant information
3. **Response Generation**: Using the retrieved information, it generates a helpful, accurate response
## Try It Out!
Ask questions like:
- "What are your most popular dishes?"
- "Can I bring my baby to the restaurant?"
- "What's your refund policy?"
- "Are you open on weekends?"
- "Do you handle food allergies?"
## Technology Stack
- **Gradio**: Interactive web interface
- **RAG**: Retrieval-Augmented Generation for accurate responses
- **Together.ai**: LLM integration (optional - works with fallback mode)
## Setup
To enable full AI responses, add your `TOGETHER_API_KEY` in the HuggingFace Spaces secrets section.
---
Built for the Agentic AI Hackathon - demonstrating practical RAG applications in customer service!
|