Local development
backend/.env:
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.