This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch financial-analyzer in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git
commit b474abea9a9dd467eb2b30ad6d103c3cc5815dc7 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 14 18:09:53 2025 +0200 We don't need run.sh, just follow the README Signed-off-by: Andrea Cosentino <[email protected]> --- docling-langchain4j-rag/run.sh | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/docling-langchain4j-rag/run.sh b/docling-langchain4j-rag/run.sh deleted file mode 100755 index 1c43df8..0000000 --- a/docling-langchain4j-rag/run.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Run the Docling + LangChain4j RAG example - -jbang -Dcamel.jbang.version=4.16.0-SNAPSHOT camel@apache/camel run \ - --fresh \ - --dep=camel:docling \ - --dep=camel:langchain4j-chat \ - --dep=camel:platform-http \ - --dep=dev.langchain4j:langchain4j:1.6.0 \ - --dep=dev.langchain4j:langchain4j-ollama:1.6.0 \ - --properties=application.properties \ - docling-langchain4j-rag.yaml
