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

Backport PR #2611 to release/v1.7 for Fix broken links in the document files #2614

Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions Makefile.d/k8s.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ k8s/manifest/update: \
--set manager.index.saver.enabled=true \
--set manager.index.creator.enabled=true \
--set manager.index.corrector.enabled=true \
--set gateway.mirror.enabled=true \
--output-dir $(TEMP_DIR) \
charts/vald
mkdir -p k8s/gateway
Expand Down
6 changes: 3 additions & 3 deletions docs/api/insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Inset RPC is the method to add a new single vector.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

Expand Down
6 changes: 3 additions & 3 deletions docs/api/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.md) for more details.
Please refer to [Response Status Code](../status.md) for more details.

### Troubleshooting

Expand Down Expand Up @@ -148,7 +148,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.md) for more details.
Please refer to [Response Status Code](../status.md) for more details.

### Troubleshooting

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

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

### Troubleshooting

Expand Down
8 changes: 4 additions & 4 deletions docs/api/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Remove RPC is the method to remove a single vector.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

Expand Down
24 changes: 12 additions & 12 deletions docs/api/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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.md) for more details.
Please refer to [Response Status Code](../status.md) for more details.

### Troubleshooting

Expand Down Expand Up @@ -267,7 +267,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.md) for more details.
Please refer to [Response Status Code](../status.md) for more details.

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

Expand Down Expand Up @@ -946,7 +946,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.md) for more details.
Please refer to [Response Status Code](../status.md) for more details.

### Troubleshooting

Expand Down Expand Up @@ -1064,7 +1064,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.md) for more details.
Please refer to [Response Status Code](../status.md) for more details.

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

Expand Down
6 changes: 3 additions & 3 deletions docs/api/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Update RPC is the method to update a single vector.
| 10 | ABORTED |
| 13 | INTERNAL |

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

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

Expand Down
6 changes: 3 additions & 3 deletions docs/api/upsert.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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.md) for more details.
Please refer to [Response Status Code](../status.md) for more details.

### Troubleshooting

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

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

### Troubleshooting

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

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

### Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -1407,4 +1407,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.md) for more details on how to implement good unit test.
Please follow the [unit test guideline](../unit-test-guideline.md) for more details on how to implement good unit test.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [documents testlint] <eslint.rules.write-good> reported by reviewdog 🐶
"implement" is wordy or unneeded (write-good)

Loading
Loading