segment_processing step, click here to learn more.
This is how you can configure the LLMs:
LLM Processing Options
TheLlmProcessing configuration controls which language models are used for processing segments and provides fallback strategies if the primary model fails.
Fallback Strategies
When working with language models, reliability is important. Chunkr provides three fallback strategies to handle cases when your primary model fails:FallbackStrategy.none(): No fallback will be used. If the primary model fails, the operation will return an error.FallbackStrategy.default(): Use the system default fallback model.FallbackStrategy.model("model-id"): Specify a particular model ID to use as a fallback. This gives you explicit control over which alternative model should be used.
Example Usage
Here’s how to configure LLM processing in different scenarios:Available Models
The following models are currently available for use with Chunkr:Note: This table is dynamically generated by fetching data from our API. Model availability may change over time.