Commit 6d6dc17
chore(deps): bump io.qdrant:client from 1.15.0 to 1.16.2 (#289)
Bumps [io.qdrant:client](https://github.com/qdrant/java-client) from
1.15.0 to 1.16.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/qdrant/java-client/releases">io.qdrant:client's
releases</a>.</em></p>
<blockquote>
<h2>v1.16.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update base docker image in the end-to-end example by <a
href="https://github.com/abdonpijpelink"><code>@abdonpijpelink</code></a>
in <a
href="https://redirect.github.com/qdrant/java-client/pull/94">qdrant/java-client#94</a></li>
<li>Move version compatibility check until after api key obtained by <a
href="https://github.com/tellet-q"><code>@tellet-q</code></a> in <a
href="https://redirect.github.com/qdrant/java-client/pull/97">qdrant/java-client#97</a></li>
<li>Update gRPC and Protoc versions to 1.75.0 and 3.25.5 by <a
href="https://github.com/Anush008"><code>@Anush008</code></a> in <a
href="https://redirect.github.com/qdrant/java-client/pull/100">qdrant/java-client#100</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/qdrant/java-client/compare/v1.16.1...v1.16.2">https://github.com/qdrant/java-client/compare/v1.16.1...v1.16.2</a></p>
<h2>v1.16.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated gRPC dependencies scope from implementation to api in <a
href="https://redirect.github.com/qdrant/java-client/pull/93">qdrant/java-client#93</a></li>
</ul>
<h2>NOTE!</h2>
<p>v1.16.0 release had breaking changes. Please refer to <a
href="https://github.com/qdrant/java-client/releases/tag/v1.16.0">https://github.com/qdrant/java-client/releases/tag/v1.16.0</a>
for more info.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/qdrant/java-client/compare/v1.16.0...v1.16.1">https://github.com/qdrant/java-client/compare/v1.16.0...v1.16.1</a></p>
<h2>v1.16.0</h2>
<h1>Updates</h1>
<p>Support for Qdrant v1.16.x - <a
href="https://github.com/qdrant/qdrant/releases/tag/v1.16.0">https://github.com/qdrant/qdrant/releases/tag/v1.16.0</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/qdrant/java-client/compare/v1.14.1...v1.16.0">https://github.com/qdrant/java-client/compare/v1.14.1...v1.16.0</a></p>
<h1>Note</h1>
<p><code>data</code>, <code>indices</code> and
<code>vectors_count</code> fields of <code>VectorOutput</code> are now
deprecated and will be removed in the future.</p>
<p>Please use the <code>getDenseVector()</code>,
<code>getSparseVector()</code>, <code>getMultiVector()</code> static
helpers from <code>io.qdrant.client.VectorOutputHelper</code> to read
from <code>VectorOutput</code> instead.</p>
<h1>BREAKING!</h1>
<p>The following import paths have changed to an upstream update.</p>
<table>
<thead>
<tr>
<th>Removed import</th>
<th>Added import</th>
</tr>
</thead>
<tbody>
<tr>
<td>io.qdrant.client.grpc.Points.Condition</td>
<td>io.qdrant.client.grpc.Common.Condition</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.DatetimeRange</td>
<td>io.qdrant.client.grpc.Common.DatetimeRange</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.FieldCondition</td>
<td>io.qdrant.client.grpc.Common.FieldCondition</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.Filter</td>
<td>io.qdrant.client.grpc.Common.Filter</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.GeoBoundingBox</td>
<td>io.qdrant.client.grpc.Common.GeoBoundingBox</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.GeoLineString</td>
<td>io.qdrant.client.grpc.Common.GeoLineString</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.GeoPoint</td>
<td>io.qdrant.client.grpc.Common.GeoPoint</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.GeoPolygon</td>
<td>io.qdrant.client.grpc.Common.GeoPolygon</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.GeoRadius</td>
<td>io.qdrant.client.grpc.Common.GeoRadius</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.HasIdCondition</td>
<td>io.qdrant.client.grpc.Common.HasIdCondition</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.HasVectorCondition</td>
<td>io.qdrant.client.grpc.Common.HasVectorCondition</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.IsEmptyCondition</td>
<td>io.qdrant.client.grpc.Common.IsEmptyCondition</td>
</tr>
<tr>
<td>io.qdrant.client.grpc.Points.IsNullCondition</td>
<td>io.qdrant.client.grpc.Common.IsNullCondition</td>
</tr>
</tbody>
</table>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/qdrant/java-client/commit/8a3a8e044e84347f1668494ccfa418a5d387c09a"><code>8a3a8e0</code></a>
chore: Update gRPC and Protoc versions to 1.75.0 and 3.25.5 (<a
href="https://redirect.github.com/qdrant/java-client/issues/100">#100</a>)</li>
<li><a
href="https://github.com/qdrant/java-client/commit/a2383547978855f58e1a7a26337152463a2c7f51"><code>a238354</code></a>
Move version compatibility check until after api key obtained (<a
href="https://redirect.github.com/qdrant/java-client/issues/97">#97</a>)</li>
<li><a
href="https://github.com/qdrant/java-client/commit/47c12881f3e068e4d7c8dc5350a8bd9b3fd5844c"><code>47c1288</code></a>
Update base docker images (<a
href="https://redirect.github.com/qdrant/java-client/issues/94">#94</a>)</li>
<li><a
href="https://github.com/qdrant/java-client/commit/d6f75cee6fbf282e2db99914c5d56687fadcf145"><code>d6f75ce</code></a>
fix: change gRPC dependencies from implementation to api (<a
href="https://redirect.github.com/qdrant/java-client/issues/93">#93</a>)</li>
<li><a
href="https://github.com/qdrant/java-client/commit/b290b14892534fc0d76893d41b8f656855cd589b"><code>b290b14</code></a>
docs: Updated README.md (<a
href="https://redirect.github.com/qdrant/java-client/issues/90">#90</a>)</li>
<li><a
href="https://github.com/qdrant/java-client/commit/2fd467508ebe25e2b4b336d8ce89138d61ec74d5"><code>2fd4675</code></a>
chore: Bump gRPC version (<a
href="https://redirect.github.com/qdrant/java-client/issues/89">#89</a>)</li>
<li><a
href="https://github.com/qdrant/java-client/commit/e37ac40ce85d4f3cec76f366d5ee54f1f7ce1f11"><code>e37ac40</code></a>
v1.16.0 (<a
href="https://redirect.github.com/qdrant/java-client/issues/86">#86</a>)</li>
<li><a
href="https://github.com/qdrant/java-client/commit/af30babc714aaee4aa27ee49ec80fcb527b4a79c"><code>af30bab</code></a>
Merge pull request <a
href="https://redirect.github.com/qdrant/java-client/issues/84">#84</a>
from qdrant/example-project</li>
<li><a
href="https://github.com/qdrant/java-client/commit/99a021d64fa67062b28ff38061fd6fe6b36335e5"><code>99a021d</code></a>
simplify connection</li>
<li><a
href="https://github.com/qdrant/java-client/commit/95f4e5540aea4e16a10b1f9c6f7cdb4a1702d4cf"><code>95f4e55</code></a>
chore: Simplified client instantiation</li>
<li>Additional commits viewable in <a
href="https://github.com/qdrant/java-client/compare/v1.15.0...v1.16.2">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>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jiangheqing.jhq <jiangheqing.jhq@alibaba-inc.com>1 parent 7bba41e commit 6d6dc17
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- agentscope-dependencies-bom
- agentscope-extensions/agentscope-extensions-rag-simple/src/main/java/io/agentscope/core/rag/store
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments