Spaces:
Configuration error
Configuration error
Project: AI Agent with RAG using LangGraph
Steps to Run:
Install requirements: pip install -r requirements.txt
Add your OpenAI API key in agent_rag.py
Add knowledge.txt with domain content
Run: python agent_rag.py
Agent Overview: The agent follows a 4-stage workflow using LangGraph: Plan → Retrieve → Answer → Reflect. It uses ChromaDB for vector storage and OpenAI for embeddings and generation.