You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Deprecated: use global --api-key or env DASHSCOPE_API_KEY instead",
67
+
description: "Deprecated: use global --api-key instead",
68
68
},
69
69
{
70
70
flag: "--access-key-secret <key>",
71
-
description: "Deprecated: use global --api-key or env DASHSCOPE_API_KEY instead",
71
+
description: "Deprecated: use global --api-key instead",
72
72
},
73
73
],
74
74
notes: [
75
-
"Authentication: use global flag `--api-key <key>` or env var `DASHSCOPE_API_KEY` (recommended). AK/SK auth is deprecated and will be removed in a future version.",
76
-
"`--workspace-id` is NOT required when using API-KEY auth.",
75
+
"Authentication: pass `--api-key <key>`. AK/SK auth is deprecated and will be removed in a future version.",
76
+
"`--workspace-id` is NOT required when using --api-key.",
|`--dense-similarity-top-k <n>`| number | no | Dense retrieval top K |
31
+
|`--sparse-similarity-top-k <n>`| number | no | Sparse retrieval top K |
32
+
|`--rerank`| boolean | no | Enable reranking |
33
+
|`--rerank-top-n <n>`| number | no | Rerank top N results |
34
+
|`--rerank-model <name>`| string | no | Rerank model, e.g. qwen3-rerank-hybrid |
35
+
|`--rerank-mode <mode>`| string | no | Rerank mode: qa, similar, or custom |
36
+
|`--rerank-instruct <text>`| string | no | Custom rerank instruction, when mode=custom |
37
+
|`--top-k <n>`| number | no | Number of results (deprecated, use --rerank-top-n) |
38
+
|`--workspace-id <id>`| string | no | Bailian workspace ID (only needed for deprecated AK/SK auth) |
39
+
|`--access-key-id <key>`| string | no | Deprecated: use global --api-key instead |
40
+
|`--access-key-secret <key>`| string | no | Deprecated: use global --api-key instead |
41
41
42
42
#### Notes
43
43
44
-
- Authentication: use global flag `--api-key <key>` or env var `DASHSCOPE_API_KEY` (recommended). AK/SK auth is deprecated and will be removed in a future version.
45
-
-`--workspace-id` is NOT required when using API-KEY auth.
44
+
- Authentication: pass `--api-key <key>`. AK/SK auth is deprecated and will be removed in a future version.
45
+
-`--workspace-id` is NOT required when using --api-key.
0 commit comments