fix: Remove remote docling VLM component#10547
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughRemoved the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (7 passed)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (39.35%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## main #10547 +/- ##
==========================================
- Coverage 38.90% 31.40% -7.50%
==========================================
Files 1477 1325 -152
Lines 85270 59995 -25275
Branches 10240 8983 -1257
==========================================
- Hits 33175 18843 -14332
+ Misses 51048 40245 -10803
+ Partials 1047 907 -140
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com>
This pull request removes the
DoclingRemoteVLMComponentfrom the codebase, due to ongoing issues with running Torch within the Langflow framework.Component removal:
DoclingRemoteVLMComponent, including its logic for provider selection, credential handling, dynamic model fetching, and VLM pipeline execution (src/lfx/src/lfx/components/docling/docling_remote_vlm.py).Component loader updates:
DoclingRemoteVLMComponentfrom the__init__.pyfile, including import statements, dynamic import mapping, and the__all__export list (src/lfx/src/lfx/components/docling/__init__.py).Summary by CodeRabbit