-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add image and PDF support to chat with context file integration
Features: - Implemented pasting and drag-and-drop for images and PDFs in ChatView - Added PDF extraction functionality using Marker API or local instance - Integrated extracted content into chat context for AI interaction Enhancements: - Improved file handling and management in ContextFileManager - Added support for Markdown files in context file manager - Implemented file type validation and user notifications for unsupported formats UI/UX: - Added icons for PDF and audio files in chat file manager - Enhanced loading overlay with progress indication Performance: - Optimized PDF processing and content extraction - Reduced chunk size for transcription to handle content size limit errors Documentation: - Updated API documentation to reflect new file handling capabilities - Added instructions for setting up Marker API key or local instance Important Notes: - This is an initial release of PDF and image support, subject to further refinement - Feature currently requires Marker API key or local Marker instance for full functionality - Encouraged user feedback for bug reports and improvement suggestions
- Loading branch information
1 parent
5c0f67c
commit af20414
Showing
20 changed files
with
1,418 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.