You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides a comprehensive guide on integrating LlamaIndex with Google Gemini to build an effective Retrieval-Augmented Generation (RAG) system for Question and Answer (Q&A) applications.
Libraries Used
llama-index
google-generativeai
llama-index-llms-gemini
pypdf
python-dotenv
IPython
llama-index-embeddings-gemini
Installation
Prerequisites
Git
Command line familiarity
Clone the Repository: git clone https://github.com/NebeyouMusie/LlamaIndex-And-Google-Gemini.git
Create and Activate Virtual Environment (Recommended)
python -m venv venv
source venv/bin/activate for Mac and venv/bin/activate for Windows
Navigate to the projects directory cd ./LlamaIndex-And-Google-Gemini using your terminal
This repository provides a comprehensive guide on integrating LlamaIndex with Google Gemini to build an effective Retrieval-Augmented Generation (RAG) system for Question and Answer (Q&A) applications.