v1.11.0
lumina-ai-inc/chunkrv1.11.0Apr 16, 2025by github-actions[bot]
AI Summary
Major feature release adding LLM model selection for segment processing and enabling HTTPS support for Docker Compose deployments via Nginx.
Key Highlights
- Allow users to choose LLM model for segment processing
- HTTPS support for Docker Compose via Nginx
New Features
- Allow users to choose an LLM model to use for segment_processing by setting the llm_processing.model_id param
- Https support for docker compose using nginx
Full Release Notes
## [1.11.0](https://github.com/lumina-ai-inc/chunkr/compare/v1.10.0...v1.11.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)) * Https support for docker compose using nginx ([#434](https://github.com/lumina-ai-inc/chunkr/issues/434)) ([868096c](https://github.com/lumina-ai-inc/chunkr/commit/868096c8adbb051243e433b2b1c7f440ac1b5997))