This repository contains a Google Chrome extension that implements a chatbot based on Retrieval-Augmented Generation (RAG) using Python. With the use of Vite, it ensures fast and efficient building and running of the application.
- Advanced natural language processing powered by the RAG model.
- Fast and lightweight operation thanks to Vite integration.
- Easy installation and configuration as a Chrome extension.
- Flexibility and scalability due to a modular architecture.
- Python - Backend for the chatbot.
- RAG (Retrieval-Augmented Generation) - Enhanced response generation based on retrieved data.
- Vite - Fast frontend building.
- Chrome Extensions API - Browser integration.
- Information retrieval - The bot searches for contextual data in the knowledge base.
- Response generation - The NLP model generates a response based on the retrieved information.
- User customization - The bot can be tailored to specific data sources.
This project is available under the MIT License.
This extension enables quick and efficient use of an intelligent chatbot in the Chrome browser, combining modern frontend technologies with advanced AI models.