Skip to content

Commit

Permalink
⬆️ release/v1.7.14 (#210)
Browse files Browse the repository at this point in the history
* ⬆️ release/v1.7.14

* 🤖 auto update stage ⬆️

Signed-off-by: vdaas-ci <[email protected]>

---------

Signed-off-by: vdaas-ci <[email protected]>
Co-authored-by: vdaas-ci <[email protected]>
  • Loading branch information
kmrmt and vdaas-ci authored Oct 21, 2024
1 parent 4e32b05 commit 723232b
Show file tree
Hide file tree
Showing 48 changed files with 471 additions and 185 deletions.
2 changes: 1 addition & 1 deletion VERSIONS/GO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.6
1.23.2
2 changes: 1 addition & 1 deletion VERSIONS/VALD_LATEST_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.13
1.7.14
4 changes: 2 additions & 2 deletions content/docs/api/flush.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Flush_api"
date: 2024-08-08T00:23:48+09:00
draft: true
date: 2024-10-16T16:03:41+09:00
draft: false
weight: 600
description: Remove all indexes from the Vald cluster
menu:
Expand Down
8 changes: 4 additions & 4 deletions content/docs/api/insert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Insert_api"
date: 2024-04-25T20:33:02+09:00
date: 2024-10-16T16:03:40+09:00
draft: false
weight: 100
description: Insert vectors to the Vald cluster
Expand Down Expand Up @@ -111,7 +111,7 @@ Inset RPC is the method to add a new single vector.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -237,7 +237,7 @@ It's the recommended method to insert a large number of vectors.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -360,7 +360,7 @@ Please be careful that the size of the request exceeds the limit.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down
8 changes: 4 additions & 4 deletions content/docs/api/object.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Object_api"
date: 2024-04-25T20:33:02+09:00
date: 2024-10-16T16:03:41+09:00
draft: false
weight: 700
description: Get object information in the Vald cluster
Expand Down Expand Up @@ -78,7 +78,7 @@ Exists RPC is the method to check that a vector exists in the `vald-agent`.
| 5 | NOT_FOUND |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -159,7 +159,7 @@ GetObject RPC is the method to get the metadata of a vector inserted into the `v
| 5 | NOT_FOUND |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -253,7 +253,7 @@ Each Upsert request and response are independent.
| 5 | NOT_FOUND |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down
10 changes: 5 additions & 5 deletions content/docs/api/remove.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Remove_api"
date: 2024-08-08T00:23:48+09:00
date: 2024-10-16T16:03:40+09:00
draft: false
weight: 500
description: Remove indexes from the Vald cluster
Expand Down Expand Up @@ -112,7 +112,7 @@ Remove RPC is the method to remove a single vector.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -233,7 +233,7 @@ RemoveByTimestamp RPC is the method to remove vectors based on timestamp.
| 5 | NOT_FOUND |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -355,7 +355,7 @@ It's the recommended method to remove a large number of vectors.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -476,7 +476,7 @@ Please be careful that the size of the request exceeds the limit.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down
26 changes: 13 additions & 13 deletions content/docs/api/search.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Search_api"
date: 2024-05-21T15:09:37+09:00
date: 2024-10-16T16:03:41+09:00
draft: false
weight: 400
description: Search ANN vectors from the Vald cluster
Expand Down Expand Up @@ -157,7 +157,7 @@ Search RPC is the method to search vector(s) similar to the request vector.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -278,7 +278,7 @@ The vector with the same requested ID should be indexed into the `vald-agent` be
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -414,7 +414,7 @@ Each Search request and response are independent.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -550,7 +550,7 @@ Each SearchByID request and response are independent.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -695,7 +695,7 @@ Please be careful that the size of the request exceeds the limit.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -841,7 +841,7 @@ Please be careful that the size of the request exceeds the limit.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -957,7 +957,7 @@ LinearSearch RPC is the method to linear search vector(s) similar to the request
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -1075,7 +1075,7 @@ You will get a `NOT_FOUND` error if the vector isn't stored.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -1207,7 +1207,7 @@ Each LinearSearch request and response are independent.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -1339,7 +1339,7 @@ Each LinearSearchByID request and response are independent.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -1480,7 +1480,7 @@ Please be careful that the size of the request exceeds the limit.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -1622,7 +1622,7 @@ Please be careful that the size of the request exceeds the limit.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down
8 changes: 4 additions & 4 deletions content/docs/api/update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Update_api"
date: 2024-04-25T20:33:03+09:00
date: 2024-10-16T16:03:40+09:00
draft: false
weight: 200
description: Update vectors indexed in the Vald cluster
Expand Down Expand Up @@ -113,7 +113,7 @@ Update RPC is the method to update a single vector.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -242,7 +242,7 @@ It's the recommended method to update the large amount of vectors.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -368,7 +368,7 @@ Please be careful that the size of the request exceeds the limit.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down
8 changes: 4 additions & 4 deletions content/docs/api/upsert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Upsert_api"
date: 2024-04-25T20:33:03+09:00
date: 2024-10-16T16:03:41+09:00
draft: false
weight: 300
description: Update or Insert vectors to the Vald cluster
Expand Down Expand Up @@ -116,7 +116,7 @@ Upsert RPC is the method to update the inserted vector to a new single vector or
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -243,7 +243,7 @@ It’s the recommended method to upsert a large number of vectors.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down Expand Up @@ -367,7 +367,7 @@ Please be careful that the size of the request exceeds the limit.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

Expand Down
4 changes: 2 additions & 2 deletions content/docs/contributing/coding-style.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Coding Style_contributing"
date: 2024-08-08T00:23:46+09:00
date: 2024-10-16T16:03:39+09:00
draft: false
weight: 300
description: Coding style for Vald project
Expand Down Expand Up @@ -1418,4 +1418,4 @@ Since each package has its purpose, we decided to apply different strategies to
For the rest of the `./pkg` packages, we decided to implement the unit test for the exported function only.
Please follow the [unit test guideline](./unit-test-guideline) for more details on how to implement good unit test.
Please follow the [unit test guideline](/docs/unit-test-guideline) for more details on how to implement good unit test.
4 changes: 2 additions & 2 deletions content/docs/contributing/unit-test-guideline.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Unit Test Guideline_contributing"
date: 2024-08-08T00:23:46+09:00
date: 2024-10-16T16:03:39+09:00
draft: false
weight: 400
description: Unit test guideline for Vald project
Expand Down Expand Up @@ -139,7 +139,7 @@ You have to create unit tests for error patterns as the same as success patterns

#### Advanced

##### Robust boudary test
##### Robust boundary test

The previous section is about the basic test cases.
The (robust) boundary test should be applied to cover more test coverage.
Expand Down
Loading

0 comments on commit 723232b

Please sign in to comment.