You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature-233-implement-openrouter: Refactor file and Supabase repository handling for chunked files
- Updated ChunkedFile class to accept pre-calculated SHA256 checksum.
- Introduced ChunkedFileChunk class for better representation of chunked file data.
- Enhanced FileRepository methods to include shuffling of chunked files and improved chunk processing.
- Refined SupabaseRepository methods for chunked file retrieval and insertion, including error handling.
- Improved logging in VectorActionUseCase for clearer progress tracking and error reporting.
- Updated SQL migration to reflect changes in chunked file structure.
0 commit comments