- Step1: Clone the Advanced_RAG GitHub repository
- Step2: Install Python dependencies via pip install -r requirements.txt
- Step3: Set environment variables for your LLM keys and vector store credentials
- Step4: Configure your preferred vector database (FAISS, Pinecone, etc.)
- Step5: Load and preprocess your documents with provided loaders
- Step6: Run the RAG pipeline script to ingest, index, and query
- Step7: Evaluate results using built-in metrics and iterate on settings