dependabot[bot] opened a new pull request, #304: URL: https://github.com/apache/camel-quarkus-examples/pull/304
Bumps the maven group with 1 update in the /data-extract-langchain4j directory: [io.quarkiverse.langchain4j:quarkus-langchain4j-bom](https://github.com/quarkiverse/quarkus-langchain4j). Updates `io.quarkiverse.langchain4j:quarkus-langchain4j-bom` from 0.20.3 to 0.21.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quarkiverse/quarkus-langchain4j/releases">io.quarkiverse.langchain4j:quarkus-langchain4j-bom's releases</a>.</em></p> <blockquote> <h2>0.21.0</h2> <h2>What's Changed</h2> <ul> <li>Moving samples updates to release-prepare.yml by <a href="https://github.com/gastaldi"><code>@gastaldi</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1035">quarkiverse/quarkus-langchain4j#1035</a></li> <li>Update Llama3 and Jlama ITs in CI by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1037">quarkiverse/quarkus-langchain4j#1037</a></li> <li>Add prompt template and variables to input / output guardrails by <a href="https://github.com/dennysfredericci"><code>@dennysfredericci</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/992">quarkiverse/quarkus-langchain4j#992</a></li> <li>Allow to rewrite LLM result in an OutputGuardrail by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1021">quarkiverse/quarkus-langchain4j#1021</a></li> <li>Adjusted method signature mapping to json schema, to allow collections in tool arguments by <a href="https://github.com/Tarjei400"><code>@Tarjei400</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1039">quarkiverse/quarkus-langchain4j#1039</a></li> <li>Bring ModelAuthProvider support to the OpenAI extension by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1041">quarkiverse/quarkus-langchain4j#1041</a></li> <li>Bump jlama to version 0.8.1 by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1042">quarkiverse/quarkus-langchain4j#1042</a></li> <li>Improve model download progress logging by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1045">quarkiverse/quarkus-langchain4j#1045</a></li> <li>Fix warning about missing model-id in Ollama by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1048">quarkiverse/quarkus-langchain4j#1048</a></li> <li>Add basic docs for Llama3.java by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1049">quarkiverse/quarkus-langchain4j#1049</a></li> <li>Allow using generic ModelAuthProvider with named models by <a href="https://github.com/sberyozkin"><code>@sberyozkin</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1050">quarkiverse/quarkus-langchain4j#1050</a></li> <li>Document rewriting output guardrails by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1052">quarkiverse/quarkus-langchain4j#1052</a></li> <li>Enable Tools to Define Execution Model by <a href="https://github.com/cescoffier"><code>@cescoffier</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1023">quarkiverse/quarkus-langchain4j#1023</a></li> <li>Allow for Ollama configuration to make <code>quarkus.langchain4j.foo.chat-model.provider</code> unnecessary by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1057">quarkiverse/quarkus-langchain4j#1057</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Tarjei400"><code>@Tarjei400</code></a> made their first contribution in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1039">quarkiverse/quarkus-langchain4j#1039</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-langchain4j/compare/0.21.0.CR4...0.21.0">https://github.com/quarkiverse/quarkus-langchain4j/compare/0.21.0.CR4...0.21.0</a></p> <h2>0.21.0.CR4</h2> <h2>What's Changed</h2> <ul> <li>Switch config doc generation to the new plugin introduced in 3.14 by <a href="https://github.com/gsmet"><code>@gsmet</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1017">quarkiverse/quarkus-langchain4j#1017</a></li> <li>Fix incorrect model-id parameter in WatsonxRecorder by <a href="https://github.com/andreadimaio"><code>@andreadimaio</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1024">quarkiverse/quarkus-langchain4j#1024</a></li> <li>Improve web-search sample by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1025">quarkiverse/quarkus-langchain4j#1025</a></li> <li>Add description for neo4j extension by <a href="https://github.com/holly-cummins"><code>@holly-cummins</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1026">quarkiverse/quarkus-langchain4j#1026</a></li> <li>Easy-rag: allow to specify minScore through configuration by <a href="https://github.com/edeandrea"><code>@edeandrea</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1027">quarkiverse/quarkus-langchain4j#1027</a></li> <li>Add Jlama documentation by <a href="https://github.com/mariofusco"><code>@mariofusco</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1018">quarkiverse/quarkus-langchain4j#1018</a></li> <li>Add missing llama3-java module by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1028">quarkiverse/quarkus-langchain4j#1028</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/quarkiverse/quarkus-langchain4j/compare/0.21.0.CR1...0.21.0.CR4">https://github.com/quarkiverse/quarkus-langchain4j/compare/0.21.0.CR1...0.21.0.CR4</a></p> <h2>0.21.0.CR1</h2> <h2>What's Changed</h2> <ul> <li>Remove BAM module by <a href="https://github.com/andreadimaio"><code>@andreadimaio</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/968">quarkiverse/quarkus-langchain4j#968</a></li> <li>Add support for BGE 1.5 (regular and quantized) in-process embedding by <a href="https://github.com/cescoffier"><code>@cescoffier</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/966">quarkiverse/quarkus-langchain4j#966</a></li> <li>Refactor CI workflows (only pull requests) by <a href="https://github.com/cescoffier"><code>@cescoffier</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/972">quarkiverse/quarkus-langchain4j#972</a></li> <li>Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/977">quarkiverse/quarkus-langchain4j#977</a></li> <li>Add clarification about WebSearchRetrievalAugmentor by <a href="https://github.com/jmartisk"><code>@jmartisk</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/982">quarkiverse/quarkus-langchain4j#982</a></li> <li>Enable /chat and /chat_stream in watsonx.ai by <a href="https://github.com/andreadimaio"><code>@andreadimaio</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/981">quarkiverse/quarkus-langchain4j#981</a></li> <li>Split and Reuse the Release workflow by <a href="https://github.com/gastaldi"><code>@gastaldi</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/986">quarkiverse/quarkus-langchain4j#986</a></li> <li>Anthropic chat model not available when enabled by <a href="https://github.com/dennysfredericci"><code>@dennysfredericci</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/985">quarkiverse/quarkus-langchain4j#985</a></li> <li>Release workflow names are inverted by <a href="https://github.com/gastaldi"><code>@gastaldi</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/987">quarkiverse/quarkus-langchain4j#987</a></li> <li>Enable ScoringModel in watsonx.ai by <a href="https://github.com/andreadimaio"><code>@andreadimaio</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/994">quarkiverse/quarkus-langchain4j#994</a></li> <li>Use custom integration with Jlama by <a href="https://github.com/geoand"><code>@geoand</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/998">quarkiverse/quarkus-langchain4j#998</a></li> <li>Enable watsonx.ai to process ImageContent in UserMessage by <a href="https://github.com/andreadimaio"><code>@andreadimaio</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1000">quarkiverse/quarkus-langchain4j#1000</a></li> <li>Move inner classes to top level classes for API concision by <a href="https://github.com/holly-cummins"><code>@holly-cummins</code></a> in <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/pull/1003">quarkiverse/quarkus-langchain4j#1003</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/393c4d26b8346da86952dfa8a5afa094945d6ef0"><code>393c4d2</code></a> [maven-release-plugin] prepare release 0.21.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/83b9da2f42916a96a94c274cc7318f04de4e6a7c"><code>83b9da2</code></a> Update dependencies in samples</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/5774b7fcafe1c09337be60d9ab67c5cb2d385da4"><code>5774b7f</code></a> Update the latest release version 0.21.0 in documentation</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/da014ae64fe4446212f3fa38c00e5ee22ccb737e"><code>da014ae</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/1058">#1058</a> from quarkiverse/release-0.24.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/ca87573e4a3ce67abcfa99a13fffe161e117d964"><code>ca87573</code></a> Release 0.24.0</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/5739af4c6c0fd18c6a9a4ba1c24576f85dec83b5"><code>5739af4</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/1057">#1057</a> from quarkiverse/<a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/1055">#1055</a></li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/507ea0a07e415e6d1ffde01ba9d2aa73b2477f5a"><code>507ea0a</code></a> Allow for Ollama configuration to make quarkus.langchain4j.foo.chat-model.pro...</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/074078e7a421f43223812477dea829bf5780845a"><code>074078e</code></a> Honor quarkus.langchain4j.devservices.enabled=false</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/b9d826a4583819cb63d62b28d8ff8bdd6e9b8015"><code>b9d826a</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/1023">#1023</a> from cescoffier/tools-execution-model</li> <li><a href="https://github.com/quarkiverse/quarkus-langchain4j/commit/790932fa19a021be94e8a27198968847812341e7"><code>790932f</code></a> Merge pull request <a href="https://redirect.github.com/quarkiverse/quarkus-langchain4j/issues/2">#2</a> from andreadimaio/tools-execution-model</li> <li>Additional commits viewable in <a href="https://github.com/quarkiverse/quarkus-langchain4j/compare/0.20.3...0.21.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org