dependabot[bot] opened a new pull request, #14259: URL: https://github.com/apache/camel/pull/14259
Bumps `langchain4j-version` from 0.30.0 to 0.31.0. Updates `dev.langchain4j:langchain4j-core` from 0.30.0 to 0.31.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain4j/langchain4j/releases">dev.langchain4j:langchain4j-core's releases</a>.</em></p> <blockquote> <h2>0.31.0</h2> <h2>New Core Features</h2> <ul> <li>[RAG] Web search engine as a retriever for RAG and as a tool by <a href="https://github.com/czelabueno"><code>@czelabueno</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/642">langchain4j/langchain4j#642</a></li> <li>[RAG] Option to return retrieved <code>Content</code>s/<code>TextSegment</code>s when using AI Services by <a href="https://github.com/KaisNeffati"><code>@KaisNeffati</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1015">langchain4j/langchain4j#1015</a></li> <li>[RAG] (Experimental) SQL database content retriever (<code>SqlDatabaseContentRetriever</code>) by <a href="https://github.com/langchain4j"><code>@langchain4j</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1056">langchain4j/langchain4j#1056</a></li> <li>LLM Observability: Part 1 (OpenAI) by <a href="https://github.com/langchain4j"><code>@langchain4j</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1058">langchain4j/langchain4j#1058</a></li> </ul> <h2>New Integrations</h2> <ul> <li><a href="https://cohere.com/">Cohere</a>: embedding model by <a href="https://github.com/stephanj"><code>@stephanj</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1145">langchain4j/langchain4j#1145</a></li> <li><a href="https://developers.google.com/custom-search/docs/overview">Google</a>: web search engine by <a href="https://github.com/czelabueno"><code>@czelabueno</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/641">langchain4j/langchain4j#641</a></li> <li><a href="https://tavily.com/">Tavily</a>: web search engine by <a href="https://github.com/kuraleta"><code>@kuraleta</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/676">langchain4j/langchain4j#676</a></li> <li><a href="https://jina.ai/">Jina</a>: embedding model by <a href="https://github.com/lucifer-Hell"><code>@lucifer-Hell</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/997">langchain4j/langchain4j#997</a></li> <li><a href="https://jina.ai/">Jina</a>: scoring (re-ranking) model by <a href="https://github.com/One16-KS"><code>@One16-KS</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1053">langchain4j/langchain4j#1053</a></li> <li><a href="https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/">Azure Cosmos DB for NoSQL</a>: embedding store by <a href="https://github.com/aayush3011"><code>@aayush3011</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1115">langchain4j/langchain4j#1115</a></li> </ul> <h2>Notable Changes</h2> <ul> <li>Azure OpenAI: migrate from functions to tools by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/529">langchain4j/langchain4j#529</a></li> <li>Vertex AI Gemini: support system messages and parallel tools by <a href="https://github.com/glaforge"><code>@glaforge</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1141">langchain4j/langchain4j#1141</a></li> <li>PgVector: implement metadata filtering (3 implementations: JSON, JSONB and separate columns) by <a href="https://github.com/humcqc"><code>@humcqc</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/851">langchain4j/langchain4j#851</a></li> <li>PgVector: implement removal (all, by ID, by IDs, by filter) by <a href="https://github.com/humcqc"><code>@humcqc</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1113">langchain4j/langchain4j#1113</a></li> <li>Weaviate: implement storing metadata and support gRPC by <a href="https://github.com/ehsavoie"><code>@ehsavoie</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/800">langchain4j/langchain4j#800</a></li> <li>AWS Bedrock: add streaming model for Anthropic by <a href="https://github.com/michalkozminski"><code>@michalkozminski</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1006">langchain4j/langchain4j#1006</a></li> <li>OpenAI: allow adding custom HTTP headers by <a href="https://github.com/ProstoSanja"><code>@ProstoSanja</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/858">langchain4j/langchain4j#858</a></li> </ul> <h2>Breaking Changes</h2> <ul> <li>Anthropic: migrate from Gson to Jackson by <a href="https://github.com/langchain4j"><code>@langchain4j</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1043">langchain4j/langchain4j#1043</a></li> <li>Judge0: extract into a separate module by <a href="https://github.com/anunnakian"><code>@anunnakian</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1051">langchain4j/langchain4j#1051</a></li> <li>Judge0: change package name by <a href="https://github.com/anunnakian"><code>@anunnakian</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1136">langchain4j/langchain4j#1136</a></li> </ul> <h2>Other Changes</h2> <ul> <li>fix Example with Spring Boot url typo in README by <a href="https://github.com/Kugaaa"><code>@Kugaaa</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/959">langchain4j/langchain4j#959</a></li> <li>Create a Code of Conduct by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/825">langchain4j/langchain4j#825</a></li> <li>Update to actions/checkout@v4 and actions/setup-java@v4 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/824">langchain4j/langchain4j#824</a></li> <li>fix ollama client response handle by <a href="https://github.com/HashJang"><code>@HashJang</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/867">langchain4j/langchain4j#867</a></li> <li>Update to Azure Identity 1.12.0 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/912">langchain4j/langchain4j#912</a></li> <li>Fix <a href="https://redirect.github.com/langchain4j/langchain4j/issues/876">#876</a> by <a href="https://github.com/1402564807"><code>@1402564807</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/925">langchain4j/langchain4j#925</a></li> <li><a href="https://redirect.github.com/langchain4j/langchain4j/issues/904">#904</a> Support advanced POJO/JSON extraction features by <a href="https://github.com/remyohajinwa"><code>@remyohajinwa</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/975">langchain4j/langchain4j#975</a></li> <li>Refactor the code to avoid duplication between integrations by <a href="https://github.com/karesti"><code>@karesti</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/845">langchain4j/langchain4j#845</a></li> <li>Bump com.azure:azure-storage-common from 12.24.3 to 12.24.4 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1017">langchain4j/langchain4j#1017</a></li> <li>Bump com.azure:azure-search-documents from 11.6.3 to 11.6.4 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1016">langchain4j/langchain4j#1016</a></li> <li>Bump dashscope-sdk-java from 2.10.1 to 2.13.0. by <a href="https://github.com/jiangsier-xyz"><code>@jiangsier-xyz</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1024">langchain4j/langchain4j#1024</a></li> <li>Bump com.azure:azure-storage-blob from 12.25.3 to 12.25.4 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1018">langchain4j/langchain4j#1018</a></li> <li>Upgrade to com.azure:azure-ai-openai 1.0.0-beta.8 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/991">langchain4j/langchain4j#991</a></li> <li>fix: introduce OpenAIAsyncClient for AzureOpenAiStreamingChatModel by <a href="https://github.com/emivoz"><code>@emivoz</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/879">langchain4j/langchain4j#879</a></li> <li>[BUG] Introduce parser supplier support in FileSystemDocumentLoader by <a href="https://github.com/KaisNeffati"><code>@KaisNeffati</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1031">langchain4j/langchain4j#1031</a></li> <li>Bugfix/fix 0 retry times by <a href="https://github.com/VaderKai"><code>@VaderKai</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/981">langchain4j/langchain4j#981</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain4j/langchain4j/commit/d9cb1e9b811b5b0bdf1b043ff44f995fc1048a7a"><code>d9cb1e9</code></a> Release 0.31.0 (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1151">#1151</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/358f63c0faa4e56385f53ec89fe806496cf686f9"><code>358f63c</code></a> PGVector, remove by ID, same impl as <a href="https://redirect.github.com/langchain4j/langchain4j/issues/1020">#1020</a> but on top of last dev. (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1113">#1113</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/13487864c764eb1db6c470d9d49a99c6283be9b1"><code>1348786</code></a> PGVector, remove by ID, same impl as <a href="https://redirect.github.com/langchain4j/langchain4j/issues/1020">#1020</a> but on top of last dev. (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1113">#1113</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/240d34df89ba49c72eaa75d64252e609e5e6d36a"><code>240d34d</code></a> Adds an embedding store for Azure Cosmos DB for NoSQL (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1115">#1115</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/9e382d4f33cfc88f0eb91f8968f4b48c6ad3f7a3"><code>9e382d4</code></a> Adds an embedding store for Azure Cosmos DB for NoSQL (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1115">#1115</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/2a4576f1ed454ea21c321209c57bb0d7a7edf6c9"><code>2a4576f</code></a> removed experimental annotations, added deprecations</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/c27c127912a7bb76feca3d62bd25e0f52ce83b13"><code>c27c127</code></a> Fix: <a href="https://redirect.github.com/langchain4j/langchain4j/issues/950">#950</a> ZhipuAiChatModel does not support tools without parameters (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/999">#999</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/acdefd34b0a6e3e8c982728040a86949d9a04560"><code>acdefd3</code></a> [Documentation] Mistral open mixtral8x22b docs (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/979">#979</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/4f307520f7b99247262d96c303db3226eb7e0b97"><code>4f30752</code></a> New Mistral open mixtral8x22b model (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/978">#978</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/b3d22b499b590801c5c44e7e77bd12f9dec7fac9"><code>b3d22b4</code></a> Add gpt-4o to models enum (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1099">#1099</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain4j/langchain4j/compare/0.30.0...0.31.0">compare view</a></li> </ul> </details> <br /> Updates `dev.langchain4j:langchain4j-ollama` from 0.30.0 to 0.31.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain4j/langchain4j/releases">dev.langchain4j:langchain4j-ollama's releases</a>.</em></p> <blockquote> <h2>0.31.0</h2> <h2>New Core Features</h2> <ul> <li>[RAG] Web search engine as a retriever for RAG and as a tool by <a href="https://github.com/czelabueno"><code>@czelabueno</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/642">langchain4j/langchain4j#642</a></li> <li>[RAG] Option to return retrieved <code>Content</code>s/<code>TextSegment</code>s when using AI Services by <a href="https://github.com/KaisNeffati"><code>@KaisNeffati</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1015">langchain4j/langchain4j#1015</a></li> <li>[RAG] (Experimental) SQL database content retriever (<code>SqlDatabaseContentRetriever</code>) by <a href="https://github.com/langchain4j"><code>@langchain4j</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1056">langchain4j/langchain4j#1056</a></li> <li>LLM Observability: Part 1 (OpenAI) by <a href="https://github.com/langchain4j"><code>@langchain4j</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1058">langchain4j/langchain4j#1058</a></li> </ul> <h2>New Integrations</h2> <ul> <li><a href="https://cohere.com/">Cohere</a>: embedding model by <a href="https://github.com/stephanj"><code>@stephanj</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1145">langchain4j/langchain4j#1145</a></li> <li><a href="https://developers.google.com/custom-search/docs/overview">Google</a>: web search engine by <a href="https://github.com/czelabueno"><code>@czelabueno</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/641">langchain4j/langchain4j#641</a></li> <li><a href="https://tavily.com/">Tavily</a>: web search engine by <a href="https://github.com/kuraleta"><code>@kuraleta</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/676">langchain4j/langchain4j#676</a></li> <li><a href="https://jina.ai/">Jina</a>: embedding model by <a href="https://github.com/lucifer-Hell"><code>@lucifer-Hell</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/997">langchain4j/langchain4j#997</a></li> <li><a href="https://jina.ai/">Jina</a>: scoring (re-ranking) model by <a href="https://github.com/One16-KS"><code>@One16-KS</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1053">langchain4j/langchain4j#1053</a></li> <li><a href="https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/">Azure Cosmos DB for NoSQL</a>: embedding store by <a href="https://github.com/aayush3011"><code>@aayush3011</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1115">langchain4j/langchain4j#1115</a></li> </ul> <h2>Notable Changes</h2> <ul> <li>Azure OpenAI: migrate from functions to tools by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/529">langchain4j/langchain4j#529</a></li> <li>Vertex AI Gemini: support system messages and parallel tools by <a href="https://github.com/glaforge"><code>@glaforge</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1141">langchain4j/langchain4j#1141</a></li> <li>PgVector: implement metadata filtering (3 implementations: JSON, JSONB and separate columns) by <a href="https://github.com/humcqc"><code>@humcqc</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/851">langchain4j/langchain4j#851</a></li> <li>PgVector: implement removal (all, by ID, by IDs, by filter) by <a href="https://github.com/humcqc"><code>@humcqc</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1113">langchain4j/langchain4j#1113</a></li> <li>Weaviate: implement storing metadata and support gRPC by <a href="https://github.com/ehsavoie"><code>@ehsavoie</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/800">langchain4j/langchain4j#800</a></li> <li>AWS Bedrock: add streaming model for Anthropic by <a href="https://github.com/michalkozminski"><code>@michalkozminski</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1006">langchain4j/langchain4j#1006</a></li> <li>OpenAI: allow adding custom HTTP headers by <a href="https://github.com/ProstoSanja"><code>@ProstoSanja</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/858">langchain4j/langchain4j#858</a></li> </ul> <h2>Breaking Changes</h2> <ul> <li>Anthropic: migrate from Gson to Jackson by <a href="https://github.com/langchain4j"><code>@langchain4j</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1043">langchain4j/langchain4j#1043</a></li> <li>Judge0: extract into a separate module by <a href="https://github.com/anunnakian"><code>@anunnakian</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1051">langchain4j/langchain4j#1051</a></li> <li>Judge0: change package name by <a href="https://github.com/anunnakian"><code>@anunnakian</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1136">langchain4j/langchain4j#1136</a></li> </ul> <h2>Other Changes</h2> <ul> <li>fix Example with Spring Boot url typo in README by <a href="https://github.com/Kugaaa"><code>@Kugaaa</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/959">langchain4j/langchain4j#959</a></li> <li>Create a Code of Conduct by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/825">langchain4j/langchain4j#825</a></li> <li>Update to actions/checkout@v4 and actions/setup-java@v4 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/824">langchain4j/langchain4j#824</a></li> <li>fix ollama client response handle by <a href="https://github.com/HashJang"><code>@HashJang</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/867">langchain4j/langchain4j#867</a></li> <li>Update to Azure Identity 1.12.0 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/912">langchain4j/langchain4j#912</a></li> <li>Fix <a href="https://redirect.github.com/langchain4j/langchain4j/issues/876">#876</a> by <a href="https://github.com/1402564807"><code>@1402564807</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/925">langchain4j/langchain4j#925</a></li> <li><a href="https://redirect.github.com/langchain4j/langchain4j/issues/904">#904</a> Support advanced POJO/JSON extraction features by <a href="https://github.com/remyohajinwa"><code>@remyohajinwa</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/975">langchain4j/langchain4j#975</a></li> <li>Refactor the code to avoid duplication between integrations by <a href="https://github.com/karesti"><code>@karesti</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/845">langchain4j/langchain4j#845</a></li> <li>Bump com.azure:azure-storage-common from 12.24.3 to 12.24.4 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1017">langchain4j/langchain4j#1017</a></li> <li>Bump com.azure:azure-search-documents from 11.6.3 to 11.6.4 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1016">langchain4j/langchain4j#1016</a></li> <li>Bump dashscope-sdk-java from 2.10.1 to 2.13.0. by <a href="https://github.com/jiangsier-xyz"><code>@jiangsier-xyz</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1024">langchain4j/langchain4j#1024</a></li> <li>Bump com.azure:azure-storage-blob from 12.25.3 to 12.25.4 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1018">langchain4j/langchain4j#1018</a></li> <li>Upgrade to com.azure:azure-ai-openai 1.0.0-beta.8 by <a href="https://github.com/jdubois"><code>@jdubois</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/991">langchain4j/langchain4j#991</a></li> <li>fix: introduce OpenAIAsyncClient for AzureOpenAiStreamingChatModel by <a href="https://github.com/emivoz"><code>@emivoz</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/879">langchain4j/langchain4j#879</a></li> <li>[BUG] Introduce parser supplier support in FileSystemDocumentLoader by <a href="https://github.com/KaisNeffati"><code>@KaisNeffati</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/1031">langchain4j/langchain4j#1031</a></li> <li>Bugfix/fix 0 retry times by <a href="https://github.com/VaderKai"><code>@VaderKai</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j/pull/981">langchain4j/langchain4j#981</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain4j/langchain4j/commit/d9cb1e9b811b5b0bdf1b043ff44f995fc1048a7a"><code>d9cb1e9</code></a> Release 0.31.0 (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1151">#1151</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/358f63c0faa4e56385f53ec89fe806496cf686f9"><code>358f63c</code></a> PGVector, remove by ID, same impl as <a href="https://redirect.github.com/langchain4j/langchain4j/issues/1020">#1020</a> but on top of last dev. (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1113">#1113</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/13487864c764eb1db6c470d9d49a99c6283be9b1"><code>1348786</code></a> PGVector, remove by ID, same impl as <a href="https://redirect.github.com/langchain4j/langchain4j/issues/1020">#1020</a> but on top of last dev. (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1113">#1113</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/240d34df89ba49c72eaa75d64252e609e5e6d36a"><code>240d34d</code></a> Adds an embedding store for Azure Cosmos DB for NoSQL (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1115">#1115</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/9e382d4f33cfc88f0eb91f8968f4b48c6ad3f7a3"><code>9e382d4</code></a> Adds an embedding store for Azure Cosmos DB for NoSQL (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1115">#1115</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/2a4576f1ed454ea21c321209c57bb0d7a7edf6c9"><code>2a4576f</code></a> removed experimental annotations, added deprecations</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/c27c127912a7bb76feca3d62bd25e0f52ce83b13"><code>c27c127</code></a> Fix: <a href="https://redirect.github.com/langchain4j/langchain4j/issues/950">#950</a> ZhipuAiChatModel does not support tools without parameters (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/999">#999</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/acdefd34b0a6e3e8c982728040a86949d9a04560"><code>acdefd3</code></a> [Documentation] Mistral open mixtral8x22b docs (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/979">#979</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/4f307520f7b99247262d96c303db3226eb7e0b97"><code>4f30752</code></a> New Mistral open mixtral8x22b model (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/978">#978</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j/commit/b3d22b499b590801c5c44e7e77bd12f9dec7fac9"><code>b3d22b4</code></a> Add gpt-4o to models enum (<a href="https://redirect.github.com/langchain4j/langchain4j/issues/1099">#1099</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain4j/langchain4j/compare/0.30.0...0.31.0">compare view</a></li> </ul> </details> <br /> Updates `dev.langchain4j:langchain4j-embeddings` from 0.30.0 to 0.31.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain4j/langchain4j-embeddings/releases">dev.langchain4j:langchain4j-embeddings's releases</a>.</em></p> <blockquote> <h2>0.31.0</h2> <h2>What's Changed</h2> <ul> <li>Using TCCL to load the model instead of relying on the current abstract classloader. by <a href="https://github.com/ehsavoie"><code>@ehsavoie</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/pull/26">langchain4j/langchain4j-embeddings#26</a></li> <li>Added BAAI/bge-small-zh-v1.5 models by <a href="https://github.com/jiangsier-xyz"><code>@jiangsier-xyz</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/pull/27">langchain4j/langchain4j-embeddings#27</a></li> <li>Release 0.31.0 by <a href="https://github.com/langchain4j"><code>@langchain4j</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/pull/28">langchain4j/langchain4j-embeddings#28</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ehsavoie"><code>@ehsavoie</code></a> made their first contribution in <a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/pull/26">langchain4j/langchain4j-embeddings#26</a></li> <li><a href="https://github.com/jiangsier-xyz"><code>@jiangsier-xyz</code></a> made their first contribution in <a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/pull/27">langchain4j/langchain4j-embeddings#27</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain4j/langchain4j-embeddings/compare/0.30.0...0.31.0">https://github.com/langchain4j/langchain4j-embeddings/compare/0.30.0...0.31.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/56b28d91634a2a5c1339a5ab8c65537550c9ec79"><code>56b28d9</code></a> Release 0.31.0 (<a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/issues/28">#28</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/f3f690d7de16cf1f0845aa39993acf18a400cd3e"><code>f3f690d</code></a> Added BAAI/bge-small-zh-v1.5 models (<a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/issues/27">#27</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/6a1694052fe2934a0eb9cd14f81bbb5fa1376161"><code>6a16940</code></a> Added BAAI/bge-small-zh-v1.5 models (<a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/issues/27">#27</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/47f1d332ac41ac33af54cef625571e3db055c28e"><code>47f1d33</code></a> test concurrent embedding</li> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/08d837345d6cffec2fe6570b871d7b4e9a769443"><code>08d8373</code></a> changed version to 0.31.0-SNAPSHOT</li> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/462cbee68b84cbb6ccbd1006ac6c2edf43b530ca"><code>462cbee</code></a> Using TCCL to load the model instead of relying on the current abstract class...</li> <li>See full diff in <a href="https://github.com/langchain4j/langchain4j-embeddings/compare/0.30.0...0.31.0">compare view</a></li> </ul> </details> <br /> Updates `dev.langchain4j:langchain4j-embeddings-all-minilm-l6-v2` from 0.30.0 to 0.31.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain4j/langchain4j-embeddings/releases">dev.langchain4j:langchain4j-embeddings-all-minilm-l6-v2's releases</a>.</em></p> <blockquote> <h2>0.31.0</h2> <h2>What's Changed</h2> <ul> <li>Using TCCL to load the model instead of relying on the current abstract classloader. by <a href="https://github.com/ehsavoie"><code>@ehsavoie</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/pull/26">langchain4j/langchain4j-embeddings#26</a></li> <li>Added BAAI/bge-small-zh-v1.5 models by <a href="https://github.com/jiangsier-xyz"><code>@jiangsier-xyz</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/pull/27">langchain4j/langchain4j-embeddings#27</a></li> <li>Release 0.31.0 by <a href="https://github.com/langchain4j"><code>@langchain4j</code></a> in <a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/pull/28">langchain4j/langchain4j-embeddings#28</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ehsavoie"><code>@ehsavoie</code></a> made their first contribution in <a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/pull/26">langchain4j/langchain4j-embeddings#26</a></li> <li><a href="https://github.com/jiangsier-xyz"><code>@jiangsier-xyz</code></a> made their first contribution in <a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/pull/27">langchain4j/langchain4j-embeddings#27</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain4j/langchain4j-embeddings/compare/0.30.0...0.31.0">https://github.com/langchain4j/langchain4j-embeddings/compare/0.30.0...0.31.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/56b28d91634a2a5c1339a5ab8c65537550c9ec79"><code>56b28d9</code></a> Release 0.31.0 (<a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/issues/28">#28</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/f3f690d7de16cf1f0845aa39993acf18a400cd3e"><code>f3f690d</code></a> Added BAAI/bge-small-zh-v1.5 models (<a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/issues/27">#27</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/6a1694052fe2934a0eb9cd14f81bbb5fa1376161"><code>6a16940</code></a> Added BAAI/bge-small-zh-v1.5 models (<a href="https://redirect.github.com/langchain4j/langchain4j-embeddings/issues/27">#27</a>)</li> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/47f1d332ac41ac33af54cef625571e3db055c28e"><code>47f1d33</code></a> test concurrent embedding</li> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/08d837345d6cffec2fe6570b871d7b4e9a769443"><code>08d8373</code></a> changed version to 0.31.0-SNAPSHOT</li> <li><a href="https://github.com/langchain4j/langchain4j-embeddings/commit/462cbee68b84cbb6ccbd1006ac6c2edf43b530ca"><code>462cbee</code></a> Using TCCL to load the model instead of relying on the current abstract class...</li> <li>See full diff in <a href="https://github.com/langchain4j/langchain4j-embeddings/compare/0.30.0...0.31.0">compare view</a></li> </ul> </details> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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