This project showcases an advanced implementation of Retrieval-Augmented Generation (RAG) using the Google Gemini model. π€β¨
Key Features:
- PDF Information Extraction: ππ Extracts relevant information from a given PDF document.
- Text Chunking: π§© Divides the extracted content into manageable chunks for more efficient processing.
- Embedding Conversion: π Converts text chunks into vector embeddings using state-of-the-art models.
- Chroma Database: πΎπ Stores and manages embeddings in a Chroma database for fast retrieval.
- Google Gemini Model: π Leverages the Gemini model to perform RAG, providing contextually relevant answers from the extracted content.