- Step1: Clone the repository: git clone https://github.com/riolaf05/langchain-rag-agent-chatbot
- Step2: Install dependencies: pip install -r requirements.txt
- Step3: Create a .env file with your OpenAI API key
- Step4: Add text or PDF documents into the data/ directory
- Step5: Run the ingestion script: python ingest.py
- Step6: Start the chat agent: python chat.py and interact via CLI