Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release update contents #230

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSIONS/GO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.3
1.23.4
2 changes: 1 addition & 1 deletion VERSIONS/VALD_LATEST_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.15
1.7.16
85 changes: 83 additions & 2 deletions content/docs/release/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Changelog_release"
date: 2024-12-06T15:22:03+09:00
date: 2024-12-24T09:28:27Z
draft: false
weight: 0
description: ""
Expand All @@ -11,6 +11,87 @@ menu:

# CHANGELOG

## v1.7.16

### Docker images

<table>
<tr>
<th>component</th>
<th>Docker pull</th>
</tr>
<tr>
<td>Agent NGT</td>
<td>
<code>docker pull vdaas/vald-agent-ngt:v1.7.16</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-agent-ngt:v1.7.16</code>
</td>
</tr>
<tr>
<td>Agent sidecar</td>
<td>
<code>docker pull vdaas/vald-agent-sidecar:v1.7.16</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-agent-sidecar:v1.7.16</code>
</td>
</tr>
<tr>
<td>Discoverers</td>
<td>
<code>docker pull vdaas/vald-discoverer-k8s:v1.7.16</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-discoverer-k8s:v1.7.16</code>
</td>
</tr>
<tr>
<td>Gateways</td>
<td>
<code>docker pull vdaas/vald-lb-gateway:v1.7.16</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-lb-gateway:v1.7.16</code><br/>
<code>docker pull vdaas/vald-filter-gateway:v1.7.16</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-filter-gateway:v1.7.16</code>
</td>
</tr>
<tr>
<td>Index Manager</td>
<td>
<code>docker pull vdaas/vald-manager-index:v1.7.16</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-manager-index:v1.7.16</code>
</td>
</tr>
<tr>
<td>Helm Operator</td>
<td>
<code>docker pull vdaas/vald-helm-operator:v1.7.16</code><br/>
<code>docker pull ghcr.io/vdaas/vald/vald-helm-operator:v1.7.16</code>
</td>
</tr>
</table>

### Documents

- [GoDoc](https://pkg.go.dev/github.com/vdaas/vald@v1.7.16)
- [Helm Chart Reference](https://github.com/vdaas/vald/blob/v1.7.16/charts/vald/README.md)
- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.7.16/charts/vald-helm-operator/README.md)

### Changes

:recycle: Refactor

- Fix format of proto files [#2778](https://github.com/vdaas/vald/pull/2778) ([#2783](https://github.com/vdaas/vald/pull/2783))
- Refactor merge docker and github actions workflow gen logic [#2769](https://github.com/vdaas/vald/pull/2769) ([#2774](https://github.com/vdaas/vald/pull/2774))

:pencil2: Document

- Change symlink API documents [#2741](https://github.com/vdaas/vald/pull/2741) ([#2776](https://github.com/vdaas/vald/pull/2776))

:green_heart: CI

- Refactor github actions [#2773](https://github.com/vdaas/vald/pull/2773) ([#2779](https://github.com/vdaas/vald/pull/2779))
Change make command [#2765](https://github.com/vdaas/vald/pull/2765) ([#2770](https://github.com/vdaas/vald/pull/2770))

:arrow_up: Update dependencies

- Update libs dependency [#2775](https://github.com/vdaas/vald/pull/2775) ([#2785](https://github.com/vdaas/vald/pull/2785))

## v1.7.15

### Docker images
Expand Down Expand Up @@ -6138,7 +6219,7 @@ menu:
- update dependencies version ([#381](https://github.com/vdaas/vald/pull/381))
- Fix missing value on compressor health servers ([#377](https://github.com/vdaas/vald/pull/377))
- Fix compressor readiness shutdown_duration / Fix cassandra … ([#376](https://github.com/vdaas/vald/pull/376))
- Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 ([#375](https://github.com/vdaas/vald/pull/375))
- Bump sigs.k8s.io/yaml from 2.2.8 to 2.3.0 ([#375](https://github.com/vdaas/vald/pull/375))
- Fix`internal/log/format` to match the test template ([#369](https://github.com/vdaas/vald/pull/369))
- Fix `internal/log/logger` to match the test template ([#371](https://github.com/vdaas/vald/pull/371))
- Fix failing tests of `internal/log` and modified to match the test template ([#368](https://github.com/vdaas/vald/pull/368))
Expand Down
3 changes: 1 addition & 2 deletions content/docs/v1.7/api/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Api_v1.7/Api"
date: 2024-08-08T10:35:18+09:00
date: 2024-12-24T09:29:20Z
draft: false
weight: 0
---
Expand All @@ -22,7 +22,6 @@ The APIs overview tables is here:
| Upsert Service | Update the exists vector(s) in the Vald Agent Pods or Insert new vector(s) into the Vald Agent Pods if the vector is not exists. | [Upsert](/docs/v1.7/api/upsert#upsert-rpc)<br>[StreamUpsert](/docs/v1.7/api/upsert#streamupsert-rpc)<br>[MultiUpdate](/docs/v1.7/api/upsert#multiupsert-rpc) | [Vald Upsert APIs](/docs/v1.7/api/upsert) |
| Search Service | Search nearest neighbor vectors using query (vectors or IDs).<br>There are 2 types of Search methods: Search (means ANN Search) and LinearSearch. | [Search](/docs/v1.7/api/search#search-rpc)<br>[SearchByID](/docs/v1.7/api/search#searchbyid-rpc)<br>[StreamSearch](/docs/v1.7/api/search#streamsearch-rpc)<br>[StreamSearchByID](/docs/v1.7/api/search#streamsearchbyid-rpc)<br>[MultiSearch](/docs/v1.7/api/search#multisearch-rpc)<br>[MultiSearchByID](/docs/v1.7/api/search#multisearchbyid-rpc)<br>[LinearSearch](/docs/v1.7/api/search#linearsearch-rpc)<br>[LinearSearchByID](/docs/v1.7/api/search#linearsearchbyid-rpc)<br>[StreamLinearSearch](/docs/v1.7/api/search#streamlinearsearch-rpc)<br>[StreamLinearSearchByID](/docs/v1.7/api/search#streamlinearsearchbyid-rpc)<br>[MultiLinearSearch](/docs/v1.7/api/search#multilinearsearch-rpc)<br>[MultiLinearSearchByID](/docs/v1.7/api/search#multilinearsearchbyid-rpc) | [Vald Search APIs](/docs/v1.7/api/search) |
| Remove Service | Remove the exists vector(s) from the Vald Agent Pods. | [Remove](/docs/v1.7/api/remove#remove-rpc)<br>[StreamRemove](/docs/v1.7/api/remove#streamremove-rpc)<br>[MultiRemove](/docs/v1.7/api/remove#multiremove-rpc) | [Vald Remove APIs](/docs/v1.7/api/remove) |
| Flush Service | Remove the exists all vector(s) from the Vald Agent Pods. | [Flush](/docs/v1.7/api/flush#flush-rpc)<br> | [Vald Flush APIs](/docs/v1.7/api/flush) |
| Object Service | Get information of vector(s) indexed into the Vald Agent Pods. | [Exists](/docs/v1.7/api/object#exists-rpc)<br>[GetObject](/docs/v1.7/api/object#getobject-rpc)<br>[StreamGetObject](/docs/v1.7/api/object#streamgetobject-rpc) | [Vald Object APIs](/docs/v1.7/api/object) |

<br>
Expand Down
6 changes: 3 additions & 3 deletions content/docs/v1.7/api/build_proto.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Build_proto_v1.7/Api"
date: 2024-08-08T10:35:18+09:00
date: 2024-12-24T09:29:21Z
draft: false
weight: 1100
description: How to build gRPC proto files for calling API to your Vald cluster
Expand Down Expand Up @@ -238,9 +238,9 @@ There are many tools for building proto in Rust, we use [tonic](https://github.c
}
```

1. `src/client.rs`
1. `src/clinet.rs`

There are 4 steps in `src/client.rs`:
There are 4 steps in `src/clinet.rs`:

1. Load dataset
1. Insert vector to Vald cluster
Expand Down
15 changes: 2 additions & 13 deletions content/docs/v1.7/api/filter-gateway.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Filter Gateway_v1.7/Api"
date: 2024-08-08T10:35:18+09:00
date: 2024-12-24T09:29:21Z
draft: false
weight: 800
description: How to use CRUD API with filter gateway
Expand All @@ -13,7 +13,7 @@ menu:

## Overview

Filter Server is responsible for providing insert, update, upsert and search interface for `Vald Filter Gateway`.
Filter Servie is responsible for providing insert, update, upsert and search interface for `Vald Filter Gateway`.

Vald Filter Gateway forward user request to user-defined ingress/egress filter components allowing user to run custom logic.

Expand Down Expand Up @@ -1488,17 +1488,6 @@ service Filter {
| id | string | | the vector ID |
| distance | float | | the distance between result vector and request vector |

### Status Code

| code | desc. |
| :--: | :---------------- |
| 0 | OK |
| 1 | CANCELLED |
| 3 | INVALID_ARGUMENT |
| 4 | DEADLINE_EXCEEDED |
| 5 | NOT_FOUND |
| 13 | INTERNAL |

## MultiSearch RPC

MultiSearch RPC is the method to search objects with multiple objects in **1** request.
Expand Down
78 changes: 0 additions & 78 deletions content/docs/v1.7/api/flush.md

This file was deleted.

11 changes: 4 additions & 7 deletions content/docs/v1.7/api/insert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Insert_v1.7/Api"
date: 2024-10-16T16:06:00+09:00
date: 2024-12-24T09:29:20Z
draft: false
weight: 100
description: Insert vectors to the Vald cluster
Expand Down Expand Up @@ -108,10 +108,9 @@ Inset RPC is the method to add a new single vector.
| 3 | INVALID_ARGUMENT |
| 4 | DEADLINE_EXCEEDED |
| 6 | ALREADY_EXISTS |
| 10 | ABORTED |
| 13 | INTERNAL |

Please refer to [Response Status Code](/docs/v1.7/status) for more details.
Please refer to [Response Status Code](./status) for more details.

### Troubleshooting

Expand Down Expand Up @@ -234,10 +233,9 @@ It's the recommended method to insert a large number of vectors.
| 3 | INVALID_ARGUMENT |
| 4 | DEADLINE_EXCEEDED |
| 6 | ALREADY_EXISTS |
| 10 | ABORTED |
| 13 | INTERNAL |

Please refer to [Response Status Code](/docs/v1.7/status) for more details.
Please refer to [Response Status Code](./status) for more details.

### Troubleshooting

Expand Down Expand Up @@ -357,10 +355,9 @@ Please be careful that the size of the request exceeds the limit.
| 3 | INVALID_ARGUMENT |
| 4 | DEADLINE_EXCEEDED |
| 6 | ALREADY_EXISTS |
| 10 | ABORTED |
| 13 | INTERNAL |

Please refer to [Response Status Code](/docs/v1.7/status) for more details.
Please refer to [Response Status Code](./status) for more details.

### Troubleshooting

Expand Down
Loading
Loading