-
Notifications
You must be signed in to change notification settings - Fork 8.1k
feat: add s3 implementation for storage layer #10170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| TEXT_EXTENSIONS = TEXT_FILE_TYPES | ||
|
|
||
| # Extensions that require Docling for processing (images, advanced office formats, etc.) | ||
| DOCLING_ONLY_EXTENSIONS = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sync with eric
| ) | ||
| return file_path.lower().endswith(docling_exts) | ||
|
|
||
| async def _get_local_file_for_docling(self, file_path: str) -> tuple[str, bool]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
untested
…embic prepared stmts
|
…#10377) * Scope sessions to read/write and normalize using single mgmt function * [autofix.ci] apply automated fixes * comments and dedupe * Fix not persisted issues * [autofix.ci] apply automated fixes * Re-add initialization of sut :wq peruser which adds default folder * Add debug log --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>




No description provided.