- Step1: Clone the GitHub repository to your local machine.
- Step2: Install dependencies using pip: pip install -r requirements.txt.
- Step3: Configure your OpenAI API key and vector store credentials.
- Step4: Place financial documents (PDFs, CSVs, spreadsheets) into the data folder.
- Step5: Run the ingestion script to build the vector index.
- Step6: Start the chat server to launch the interactive CLI or web interface.
- Step7: Enter finance-related questions; the agent retrieves and generates answers in real time.