- Step1: Clone the repository and install dependencies.
- Step2: Configure environment variables for OpenAI API, Supabase, and LangGraph.
- Step3: Run the backend service using LangGraph in dev mode.
- Step4: Start the frontend Next.js server.
- Step5: Upload PDFs via the UI to ingest and store embeddings.
- Step6: Enter queries in the chat interface to receive AI-generated answers.
- Step7: View sources referenced by the chatbot in responses.