dependabot[bot] opened a new pull request, #18307: URL: https://github.com/apache/camel/pull/18307
Bumps [io.pinecone:pinecone-client](https://github.com/pinecone-io/pinecone-java-client) from 3.1.0 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pinecone-io/pinecone-java-client/releases">io.pinecone:pinecone-client's releases</a>.</em></p> <blockquote> <h2>v5.1.0 Release</h2> <p>This version of the Pinecone Java SDK introduces support for models api. You can now describe and list embedding models hosted by Pinecone. More details on models can be found <a href="https://docs.pinecone.io/models/overview">here</a>.</p> <h2>Features</h2> <h3>Support to list and describe embedding models hosted by Pinecone.</h3> <p>Following methods are added: 1. listModels() 2. listModels(String type) 4. listModels(String type, String vectorType) 5. describeModel(String modelName)</p> <p>Below code shows how to list and describe an embedding model:</p> <pre lang="java"><code>import io.pinecone.clients.Inference; import io.pinecone.clients.Pinecone; import org.openapitools.inference.client.ApiException; import org.openapitools.inference.client.model.ModelInfo; import org.openapitools.inference.client.model.ModelInfoList; ... <p>Pinecone pinecone = new Pinecone<br /> .Builder(System.getenv("PINECONE_API_KEY"))<br /> .build();</p> <p>Inference inference = pinecone.getInferenceClient();</p> <p>// list models<br /> ModelInfoList models = inference.listModels();<br /> System.out.println(models);</p> <p>// list models by filtering with type<br /> models = inference.listModels("rerank");<br /> System.out.println(models);</p> <p>// list models by filtering with type and vectorType<br /> models = inference.listModels("embed", "dense");<br /> System.out.println(models);</p> <p>// describe a model<br /> ModelInfo modelInfo = inference.describeModel("llama-text-embed-v2");<br /> System.out.println(modelInfo);<br /> </code></pre></p> <h2>What's Changed</h2> <ul> <li>Add support for models api by <a href="https://github.com/rohanshah18"><code>@rohanshah18</code></a> in <a href="https://redirect.github.com/pinecone-io/pinecone-java-client/pull/187">pinecone-io/pinecone-java-client#187</a></li> <li>Automate release process by <a href="https://github.com/rohanshah18"><code>@rohanshah18</code></a> in <a href="https://redirect.github.com/pinecone-io/pinecone-java-client/pull/188">pinecone-io/pinecone-java-client#188</a></li> <li>Replace existing OSSRH endpoint with OSSRH staging api for publishing by <a href="https://github.com/rohanshah18"><code>@rohanshah18</code></a> in <a href="https://redirect.github.com/pinecone-io/pinecone-java-client/pull/190">pinecone-io/pinecone-java-client#190</a></li> <li>Prepare to release v5.1.0 by <a href="https://github.com/rohanshah18"><code>@rohanshah18</code></a> in <a href="https://redirect.github.com/pinecone-io/pinecone-java-client/pull/191">pinecone-io/pinecone-java-client#191</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pinecone-io/pinecone-java-client/blob/main/CHANGELOG.md">io.pinecone:pinecone-client's changelog</a>.</em></p> <blockquote> <h3>5.1.0</h3> <ul> <li>Add support for models api</li> </ul> <h3>5.0.0</h3> <ul> <li>Add support for backups and restore</li> <li>Add support for list, describe, and delete namespaces</li> <li>Generate code based on 2025-04 api spec</li> <li>Automate ndjson handling</li> </ul> <h3>4.0.1</h3> <ul> <li>Create a new config per index connection</li> </ul> <h3>4.0.0</h3> <ul> <li>Add support for sparse indexes</li> <li>Generate code based on 2025-01 open-api spec</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pinecone-io/pinecone-java-client/commit/36fa67b11a8deb8334b2edd97f060f85dee69d96"><code>36fa67b</code></a> Prepare to release v5.1.0 (<a href="https://redirect.github.com/pinecone-io/pinecone-java-client/issues/191">#191</a>)</li> <li><a href="https://github.com/pinecone-io/pinecone-java-client/commit/cc7279b85762b6c6a2ab3bba548ea75b106206d7"><code>cc7279b</code></a> Replace existing OSSRH endpoint with OSSRH staging api for publishing (<a href="https://redirect.github.com/pinecone-io/pinecone-java-client/issues/190">#190</a>)</li> <li><a href="https://github.com/pinecone-io/pinecone-java-client/commit/01d6e333f8f8c6a27d6a6626c71b7427a623fc48"><code>01d6e33</code></a> Automate release process (<a href="https://redirect.github.com/pinecone-io/pinecone-java-client/issues/188">#188</a>)</li> <li><a href="https://github.com/pinecone-io/pinecone-java-client/commit/ffcee4b38a5b0bca884bbe24ec190918ad2f1075"><code>ffcee4b</code></a> Add support for models api (<a href="https://redirect.github.com/pinecone-io/pinecone-java-client/issues/187">#187</a>)</li> <li><a href="https://github.com/pinecone-io/pinecone-java-client/commit/cb00bc3bd7a873d5bdecc4deb24d28eb4cbc852f"><code>cb00bc3</code></a> Generate code for 2025-04, automate ndjson handling, add backups, restore, an...</li> <li><a href="https://github.com/pinecone-io/pinecone-java-client/commit/ee5d8821fa9e181d518963369f086c3b072aa186"><code>ee5d882</code></a> Add integrated inference (<a href="https://redirect.github.com/pinecone-io/pinecone-java-client/issues/181">#181</a>)</li> <li><a href="https://github.com/pinecone-io/pinecone-java-client/commit/c83ea24eb3e5b5c9400d26b1073dd7e58fcb9530"><code>c83ea24</code></a> Prepare to release v4.0.1 (<a href="https://redirect.github.com/pinecone-io/pinecone-java-client/issues/179">#179</a>)</li> <li><a href="https://github.com/pinecone-io/pinecone-java-client/commit/b4cc92cc43eff19e925862f26d02063d28349015"><code>b4cc92c</code></a> Create new config per connection (<a href="https://redirect.github.com/pinecone-io/pinecone-java-client/issues/178">#178</a>)</li> <li><a href="https://github.com/pinecone-io/pinecone-java-client/commit/6ed8d46666dca975c5e19511e4cde81eb50d88ab"><code>6ed8d46</code></a> Update rerank example in the README after breaking changes (<a href="https://redirect.github.com/pinecone-io/pinecone-java-client/issues/177">#177</a>)</li> <li><a href="https://github.com/pinecone-io/pinecone-java-client/commit/902f14823320f1b3e9759aaef1f139d18146a0c8"><code>902f148</code></a> Prepare to release Java SDK v4.0.0 (<a href="https://redirect.github.com/pinecone-io/pinecone-java-client/issues/176">#176</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pinecone-io/pinecone-java-client/compare/v3.1.0...v5.1.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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
