Enhance environment configuration and API documentation for Milestone 11
a32f9e3
Mayank Chughcommited on
Enhance API and Streamlit UI with new timeout handling and telemetry adjustments
393bec4
mayankchugh-learningcommited on
Implement Milestone 7 by introducing background ingestion jobs. Update environment configuration to include job database path, enhance job tracking with new endpoints, and refactor ingestion logic to support asynchronous processing. Modify response models to include job details and ensure proper initialization of the jobs database on startup.
c841e94
Mayank Chughcommited on
Implement Milestone 6 by adding audit persistence functionality. Introduce `aiosqlite` as a dependency, update the audit routes to support event logging and retrieval, and enhance the query endpoint to persist audit records. Modify response models to include audit details and ensure proper initialization of the audit database on startup.
97a5277
Mayank Chughcommited on
Add Milestone 2 with route skeletons and update main.py to include new routes. Enhance health check response with app details.
a26f62e
Mayank Chughcommited on
Update README.md to include environment setup instructions and add requirements.txt and .env files