chunkr-core-v1.8.0
lumina-ai-inc/chunkrchunkr-core-v1.8.0Apr 16, 2025by github-actions[bot]
AI Summary
Core component update introducing the ability to select LLM models for segment processing tasks.
Key Highlights
- Allow users to choose LLM model for segment processing
New Features
- Allow users to choose an LLM model to use for segment_processing by setting the llm_processing.model_id param
Full Release Notes
## [1.8.0](https://github.com/lumina-ai-inc/chunkr/compare/chunkr-core-v1.7.0...chunkr-core-v1.8.0) (2025-04-15) ### Features * Allow users to choose an LLM model to use for `segment_processing` by setting the `llm_processing.model_id` param in the POST and PATCH request. The available models can be configured using the `models.yaml` file. ([#437](https://github.com/lumina-ai-inc/chunkr/issues/437)) ([ea526c4](https://github.com/lumina-ai-inc/chunkr/commit/ea526c4c48692ae5d8a9ba00b70008ce238a4c14))