This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 342aac8dd44f chore(deps): Bump elasticsearch-java-client-version from
9.2.0 to 9.2.1 (#19910)
new c9f656a2386a If a local instance of ollama is running, use that
instead of the docker image
new 32d90fd17a82 Ensure that jar files are created before the jandex plugin
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../actions/incremental-build/incremental-build.sh | 6 +-
.../ollama/common/OllamaConnectionChecker.java | 96 ++++++++++++++++++++++
.../infra/ollama/commons/OllamaProperties.java | 9 ++
.../services/OllamaLocalContainerInfraService.java | 18 ----
...rvice.java => OllamaLocalHostInfraService.java} | 39 ++++++---
.../infra/ollama/services/container.properties | 2 +-
...oteService.java => OllamaLocalHostService.java} | 6 +-
.../ollama/services/OllamaServiceFactory.java | 51 +++++++++++-
8 files changed, 187 insertions(+), 40 deletions(-)
create mode 100644
test-infra/camel-test-infra-ollama/src/main/java/org/apache/camel/test/infra/ollama/common/OllamaConnectionChecker.java
copy
test-infra/camel-test-infra-ollama/src/main/java/org/apache/camel/test/infra/ollama/services/{OllamaRemoteInfraService.java
=> OllamaLocalHostInfraService.java} (54%)
copy
test-infra/camel-test-infra-ollama/src/test/java/org/apache/camel/test/infra/ollama/services/{OllamaRemoteService.java
=> OllamaLocalHostService.java} (80%)