IAV-718/ feat(document analysis): Implement file indexing management interfaces
This Merge Request introduces the complete interface for managing file indexation within the Document Analysis Agent. It allows users to monitor indexed documents, visualize indexation statistics, and configure data sources.
Key Features :
- Indexation Dashboard: Add a statistics section with charts for "Weekly Indexing" and "Source Distribution".
- File Table: Implemented a paginated table to list indexed files with filtering capabilities (Global Search, Source Filter, Date Filter).
- Configuration Flow: Added a dialog to manage indexing sources (Google Drive, SharePoint, S3) and their specific settings.
- Actions & Preview: Integrated file actions allowing users to preview or delete indexed documents.