Release/v0.10.2#282
Merged
Merged
Conversation
### Added - Unified OCR system using model handles instead of separate OcrHandle enum - ModelType enum supporting LLM and TEXT_EXTRACTOR types - Enhanced error handling in library loading with better validation messages - Config template management with `config-template` and `cft` Makefile targets ### Changed -⚠️ Breaking change: Renamed `ocr_handle` to `ocr_model` in `PipeOcrBlueprint` - OCR system now uses InferenceModelSpec with unified model handles - Renamed `get_llm_deck()` to `get_model_deck()` and updated parameter names from `llm_handle` to `model_handle` - Simplified OCR worker factory using plugin SDK matching - Enhanced plugin system compatibility with InferenceModelSpec - Improved error messages throughout system - Updated .env.example file with slightly modified key names (more standard). - Improved management of placeholder environment variables for unit tests. ### Removed - Legacy OCR classes: OcrHandle, OcrPlatform, OcrEngine, OcrEngineFactory - Obsolete configuration fields and setup methods - PipelexFileError exception class
* Improve error messages
* Fix VertexAIFactory without credentials in CI
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
config-templateandcftMakefile targets to update templates from the.pipelex/directoryChanged
ocr_handletoocr_modelinPipeOcrblueprint, so you'll need to update your PLX code accordinglyget_llm_deck()toget_model_deck()and updated parameter names fromllm_handletomodel_handleRemoved