Skip to content

Commit 87117df

Browse files
committed
Polish changelog
1 parent 9d6750d commit 87117df

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@
77
- Unified OCR system using model handles instead of separate OcrHandle enum
88
- ModelType enum supporting LLM and TEXT_EXTRACTOR types
99
- Enhanced error handling in library loading with better validation messages
10-
- Config template management with `config-template` and `cft` Makefile targets
10+
- Config template management with `config-template` and `cft` Makefile targets to update templates from the `.pipelex/` directory
1111

1212
### Changed
1313

14-
- ⚠️ Breaking change: Renamed `ocr_handle` to `ocr_model` in `PipeOcr` blueprint, so you'll need to update your PLX code accordingly
14+
- ⚠️ Breaking changes:
15+
- Renamed `ocr_handle` to `ocr_model` in `PipeOcr` blueprint, so you'll need to update your PLX code accordingly
16+
- Updated .env.example file with slightly modified key names (more standard).
1517
- OCR system now uses InferenceModelSpec with unified model handles
1618
- Renamed `get_llm_deck()` to `get_model_deck()` and updated parameter names from `llm_handle` to `model_handle`
1719
- Simplified OCR worker factory using plugin SDK matching
1820
- Enhanced plugin system compatibility with InferenceModelSpec
1921
- Improved error messages throughout system
20-
- Updated .env.example file with slightly modified key names (more standard).
2122
- Improved management of placeholder environment variables for unit tests
2223

2324
### Removed

0 commit comments

Comments
 (0)