
Mongodb-RAG is a Python project that implements a Retrieval Augmented Generation (RAG) system using MongoDB for storage and the powerful llama-3.1-8b-instant LLM for generation. This project demonstrates scalable, context-aware response generation by combining efficient document retrieval from MongoDB with state-of-the-art language modeling.
llama-3.1-8b-instant for high-quality, instant responses.āāā __pycache__/ āāā .gitignore āāā app.py āāā index.py āāā mongodb_database.py āāā query_generator.py āāā requirements.txt
Clone the repository
git clone https://github.com/YUGESHKARAN/Mongodb-RAG.git cd Mongodb-RAG
Install dependencies
pip install -r requirements.txt
Configure environment
Run the application
python app.py
To deploy on Render:
pip install -r requirements.txt and python app.py).llama-3.1-8b-instant LLM.Contributions, suggestions, and improvements are welcome! Open an issue or pull request.
Maintained by YUGESHKARAN.