Commit 709ff24
authored
Add back private knn_search API for rest-api-spec generation (#5737)
* Revert "Remove knn_search API (#4276)"
This reverts commit 2a24e33 since _knn_search
is still needed in rest-api-spec to run YAML tests against it, as the API is
still available with v8 compatibility mode.
However, we make the API private so that it does not get back into clients, as
it would fail with v9 compatibility.
* Add UpdateForV10 annotation
* Fix lint1 parent bcc1230 commit 709ff24
File tree
6 files changed
+555
-6
lines changed- compiler/src/model
- output
- schema
- typescript
- specification/_global/knn_search
- _types
6 files changed
+555
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | | - | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
1078 | 1080 | | |
1079 | 1081 | | |
1080 | 1082 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments