A newer version of the Gradio SDK is available:
5.29.0
Web Scraper Chatbot
A full-stack application that scrapes website content and provides a chatbot interface using RAG.
Features
- Web scraping with content cleaning
- Vector database storage using ChromaDB
- RAG-based chatbot using Groq's LLM
- CLI interface
Setup
- Get Groq API key from https://console.groq.com/
- Create
.env
file:GROQ_API_KEY=your_api_key FLASK_SECRET_KEY=your_api_key