Skip to main content

Local development

Edit backend/.env:
Start the server:
Available endpoints after startup:

RAG ingestion

The backend runs APScheduler cron jobs to embed your financial data for the AI memory: For local development, trigger ingestion manually:
The embedding server (Docker) must be running for RAG ingestion to work. See Docker setup.