- Step1: Clone the GitHub repository and navigate into the project directory.
- Step2: Install dependencies via pip install -r requirements.txt.
- Step3: Prepare your documents and configure the ingestion script paths.
- Step4: Run the indexing script to create the vector store.
- Step5: Define the custom agent with LlamaIndex and your prompt templates.
- Step6: Launch the agent via CLI and interact for question-answering.