Skip to content

Commit cfd1f18

Browse files
committed
Lint and regenerate
1 parent 4136dc5 commit cfd1f18

File tree

7 files changed

+50
-47
lines changed

7 files changed

+50
-47
lines changed

output/schema/schema-serverless.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/put_alibabacloud/PutAlibabaCloudRequest.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
* under the License.
1818
*/
1919

20-
import { InferenceChunkingSettings, RateLimitSetting } from '@inference/_types/Services'
20+
import {
21+
InferenceChunkingSettings,
22+
RateLimitSetting
23+
} from '@inference/_types/Services'
2124
import { RequestBase } from '@_types/Base'
2225
import { Id } from '@_types/common'
2326

specification/inference/put_alibabacloud/examples/request/PutAlibabaCloudRequestExample1.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ description: Run `PUT _inference/completion/alibabacloud_ai_search_completion` t
33
# method_request: "PUT _inference/completion/alibabacloud_ai_search_completion"
44
# type: "request"
55
value: |-
6-
{
7-
"service": "alibabacloud-ai-search",
8-
"service_settings": {
9-
"host" : "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com",
10-
"api_key": "AlibabaCloud-API-Key",
11-
"service_id": "ops-qwen-turbo",
12-
"workspace" : "default"
13-
}
14-
}
6+
{
7+
"service": "alibabacloud-ai-search",
8+
"service_settings": {
9+
"host" : "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com",
10+
"api_key": "AlibabaCloud-API-Key",
11+
"service_id": "ops-qwen-turbo",
12+
"workspace" : "default"
13+
}
14+
}

specification/inference/put_alibabacloud/examples/request/PutAlibabaCloudRequestExample2.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ description: Run `PUT _inference/rerank/alibabacloud_ai_search_rerank` to create
33
# method_request: "PUT _inference/rerank/alibabacloud_ai_search_rerank"
44
# type: "request"
55
value: |-
6-
{
7-
"service": "alibabacloud-ai-search",
8-
"service_settings": {
9-
"api_key": "AlibabaCloud-API-Key",
10-
"service_id": "ops-bge-reranker-larger",
11-
"host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com",
12-
"workspace": "default"
13-
}
14-
}
6+
{
7+
"service": "alibabacloud-ai-search",
8+
"service_settings": {
9+
"api_key": "AlibabaCloud-API-Key",
10+
"service_id": "ops-bge-reranker-larger",
11+
"host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com",
12+
"workspace": "default"
13+
}
14+
}

specification/inference/put_alibabacloud/examples/request/PutAlibabaCloudRequestExample3.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ description: Run `PUT _inference/sparse_embedding/alibabacloud_ai_search_sparse`
33
# method_request: "PUT _inference/sparse_embedding/alibabacloud_ai_search_sparse"
44
# type: "request"
55
value: |-
6-
{
7-
"service": "alibabacloud-ai-search",
8-
"service_settings": {
9-
"api_key": "AlibabaCloud-API-Key",
10-
"service_id": "ops-text-sparse-embedding-001",
11-
"host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com",
12-
"workspace": "default"
13-
}
14-
}
6+
{
7+
"service": "alibabacloud-ai-search",
8+
"service_settings": {
9+
"api_key": "AlibabaCloud-API-Key",
10+
"service_id": "ops-text-sparse-embedding-001",
11+
"host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com",
12+
"workspace": "default"
13+
}
14+
}

specification/inference/put_alibabacloud/examples/request/PutAlibabaCloudRequestExample4.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ description: Run `PUT _inference/text_embedding/alibabacloud_ai_search_embedding
33
# method_request: "PUT _inference/text_embedding/alibabacloud_ai_search_embeddings"
44
# type: "request"
55
value: |-
6-
{
7-
"service": "alibabacloud-ai-search",
8-
"service_settings": {
9-
"api_key": "AlibabaCloud-API-Key",
10-
"service_id": "ops-text-embedding-001",
11-
"host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com",
12-
"workspace": "default"
13-
}
14-
}
6+
{
7+
"service": "alibabacloud-ai-search",
8+
"service_settings": {
9+
"api_key": "AlibabaCloud-API-Key",
10+
"service_id": "ops-text-embedding-001",
11+
"host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com",
12+
"workspace": "default"
13+
}
14+
}

0 commit comments

Comments
 (0)