3 Commits

Author SHA1 Message Date
boladeE 1b7fb0c64b Using tika to support multiple file formats 2025-04-28 22:00:47 +01:00
boladeE 932f76b603 refactor: Transition to SQLAlchemy for database management
- Replaced SQLite direct connections with SQLAlchemy ORM for better abstraction and maintainability.
- Introduced new database models for 'Analysis' and 'Metadata' with appropriate fields.
- Enhanced database initialization and session management.
- Updated methods for saving, retrieving, and deleting analysis and metadata records to use SQLAlchemy sessions.
2025-04-23 14:27:15 +01:00
boladeE b0ec64b883 feat: Initial SCP project setup with AI-powered document compliance tools 2025-04-21 22:49:29 +01:00