Spaces:
Running
Running
metadata
title: UOV AI Assistant Backend
emoji: 🚀
colorFrom: purple
colorTo: pink
sdk: docker
app_port: 7860
pinned: false
UOV AI Assistant - Backend API
FastAPI backend for the UOV AI Assistant chatbot.
Features
- RAG-based question answering
- Qdrant vector search
- Groq LLM integration
- Response caching
- Rate limiting
API Endpoints
GET /health- Health checkPOST /chat- Chat endpointPOST /feedback- Submit feedbackGET /session/{session_id}/history- Get chat history