This is an AI-powered data analysis pipeline that processes and analyzes insurance data from CSV files. The system uses LangChain for orchestration, pgvector for document storage, and Claude for advanced analysis.
- API Keys & Services: Create .env file and place it in the root of your folder with these keys:
ANTHROPIC_API_KEY=<Anthropic API key (for Claude)>
NEON_CONNECTION_STRING=<connection string for neon.tech postgress accoung account (free tier works). You can also use a postgres connection string if you have postgres installed.>
OPENAI_API_KEY=<Open AI key>
- How to run
- Install poetry
- Ensure that you are in the root directory (agentic_csv_analytics_rag)
- Run commands to intall and start environment shell
poetry install
poetry shell
- Run command to launch the GUI
streamsync run frontend
- when you see "App is available at: http://127.0.0.1:3005", wait about 15 seconds, then go to the url to access the GUI.