jamesnetherton commented on PR #22086: URL: https://github.com/apache/camel/pull/22086#issuecomment-4088308617
> The Ollama test container doesn't provide an embedding model by default (embeddingModelName() returns null) Not true. The Ollama test-infra provides this. The default is `granite-embedding:30m`. > Add Assumptions.assumeTrue to skip tests when no embedding model is available Maybe not what we want. Not sure what other folks think, but it might be better to 'fail fast' in `setupResources` or `createCamelContext` if `embeddingModel` is `null`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
