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

Update charts and improvement conbench #2119

Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
31 changes: 26 additions & 5 deletions apis/docs/v1/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,11 @@
- [Search](#vald-v1-Search)
- [apis/proto/v1/vald/update.proto](#apis_proto_v1_vald_update-proto)
- [Update](#vald-v1-Update)
<<<<<<< HEAD
=======
- [apis/proto/v1/vald/upsert.proto](#apis_proto_v1_vald_upsert-proto)
- [Upsert](#vald-v1-Upsert)
- [apis/proto/v1/benchmark/benchmark.proto](#apis_proto_v1_benchmark_benchmark-proto)

- [Controller](#benchmark-v1-Controller)
- [Job](#benchmark-v1-Job)
> > > > > > > 075d4e4ce (Implement base of continuous benchmark tool (#1776))

- [Scalar Value Types](#scalar-value-types)

<a name="apis_proto_v1_filter_egress_egress_filter-proto"></a>
Expand Down Expand Up @@ -1104,6 +1101,30 @@ Update service provides ways to update indexed vectors.
| StreamUpdate | [.payload.v1.Update.Request](#payload-v1-Update-Request) stream | [.payload.v1.Object.StreamLocation](#payload-v1-Object-StreamLocation) stream | A method to update multiple indexed vectors by bidirectional streaming. |
| MultiUpdate | [.payload.v1.Update.MultiRequest](#payload-v1-Update-MultiRequest) | [.payload.v1.Object.Locations](#payload-v1-Object-Locations) | A method to update multiple indexed vectors in a single request. |

<a name="apis_proto_v1_benchmark_benchmark-proto"></a>

<p align="right"><a href="#top">Top</a></p>

## apis/proto/v1/benchmark/benchmark.proto

<a name="benchmark-v1-Controller"></a>

### Controller

TODO define API spec here

| Method Name | Request Type | Response Type | Description |
| ----------- | ------------ | ------------- | ----------- |

<a name="benchmark-v1-Job"></a>

### Job

TODO define API spec here

| Method Name | Request Type | Response Type | Description |
| ----------- | ------------ | ------------- | ----------- |

## Scalar Value Types

| .proto Type | Notes | C++ | Java | Python | Go | C# | PHP | Ruby |
Expand Down
438 changes: 438 additions & 0 deletions charts/vald-benchmark-operator/crds/valdbenchmarkjob.yaml

Large diffs are not rendered by default.

Loading
Loading