@alicloud/gpdb20160503 3.7.0 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/client.d.ts +160 -34
  2. package/dist/client.js +367 -34
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ChatWithKnowledgeBaseRequest.d.ts +68 -111
  5. package/dist/models/ChatWithKnowledgeBaseRequest.js +2 -0
  6. package/dist/models/ChatWithKnowledgeBaseRequest.js.map +1 -1
  7. package/dist/models/ChatWithKnowledgeBaseResponseBody.d.ts +45 -52
  8. package/dist/models/ChatWithKnowledgeBaseResponseBody.js.map +1 -1
  9. package/dist/models/ChatWithKnowledgeBaseShrinkRequest.d.ts +5 -6
  10. package/dist/models/ChatWithKnowledgeBaseShrinkRequest.js.map +1 -1
  11. package/dist/models/ChatWithKnowledgeBaseStreamRequest.d.ts +71 -87
  12. package/dist/models/ChatWithKnowledgeBaseStreamRequest.js +2 -0
  13. package/dist/models/ChatWithKnowledgeBaseStreamRequest.js.map +1 -1
  14. package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.d.ts +44 -50
  15. package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.js.map +1 -1
  16. package/dist/models/ChatWithKnowledgeBaseStreamShrinkRequest.d.ts +6 -6
  17. package/dist/models/PauseSaasServiceRequest.d.ts +26 -0
  18. package/dist/models/PauseSaasServiceRequest.js +60 -0
  19. package/dist/models/PauseSaasServiceRequest.js.map +1 -0
  20. package/dist/models/PauseSaasServiceResponse.d.ts +19 -0
  21. package/dist/models/PauseSaasServiceResponse.js +69 -0
  22. package/dist/models/PauseSaasServiceResponse.js.map +1 -0
  23. package/dist/models/PauseSaasServiceResponseBody.d.ts +23 -0
  24. package/dist/models/PauseSaasServiceResponseBody.js +60 -0
  25. package/dist/models/PauseSaasServiceResponseBody.js.map +1 -0
  26. package/dist/models/QueryContentAdvanceRequest.d.ts +57 -70
  27. package/dist/models/QueryContentAdvanceRequest.js +2 -0
  28. package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
  29. package/dist/models/QueryContentRequest.d.ts +57 -70
  30. package/dist/models/QueryContentRequest.js +2 -0
  31. package/dist/models/QueryContentRequest.js.map +1 -1
  32. package/dist/models/QueryContentResponseBody.d.ts +10 -11
  33. package/dist/models/QueryContentResponseBody.js.map +1 -1
  34. package/dist/models/QueryContentShrinkRequest.d.ts +52 -66
  35. package/dist/models/QueryContentShrinkRequest.js.map +1 -1
  36. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +62 -78
  37. package/dist/models/QueryKnowledgeBasesContentRequest.js +2 -0
  38. package/dist/models/QueryKnowledgeBasesContentRequest.js.map +1 -1
  39. package/dist/models/QueryKnowledgeBasesContentResponseBody.d.ts +11 -25
  40. package/dist/models/QueryKnowledgeBasesContentResponseBody.js.map +1 -1
  41. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +11 -15
  42. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.js.map +1 -1
  43. package/dist/models/ResetBranchRequest.d.ts +41 -0
  44. package/dist/models/ResetBranchRequest.js +62 -0
  45. package/dist/models/ResetBranchRequest.js.map +1 -0
  46. package/dist/models/ResetBranchResponse.d.ts +19 -0
  47. package/dist/models/ResetBranchResponse.js +69 -0
  48. package/dist/models/ResetBranchResponse.js.map +1 -0
  49. package/dist/models/ResetBranchResponseBody.d.ts +21 -0
  50. package/dist/models/ResetBranchResponseBody.js +58 -0
  51. package/dist/models/ResetBranchResponseBody.js.map +1 -0
  52. package/dist/models/RestoreBranchRequest.d.ts +83 -0
  53. package/dist/models/RestoreBranchRequest.js +72 -0
  54. package/dist/models/RestoreBranchRequest.js.map +1 -0
  55. package/dist/models/RestoreBranchResponse.d.ts +19 -0
  56. package/dist/models/RestoreBranchResponse.js +69 -0
  57. package/dist/models/RestoreBranchResponse.js.map +1 -0
  58. package/dist/models/RestoreBranchResponseBody.d.ts +29 -0
  59. package/dist/models/RestoreBranchResponseBody.js +60 -0
  60. package/dist/models/RestoreBranchResponseBody.js.map +1 -0
  61. package/dist/models/ResumeSaasServiceRequest.d.ts +26 -0
  62. package/dist/models/ResumeSaasServiceRequest.js +60 -0
  63. package/dist/models/ResumeSaasServiceRequest.js.map +1 -0
  64. package/dist/models/ResumeSaasServiceResponse.d.ts +19 -0
  65. package/dist/models/ResumeSaasServiceResponse.js +69 -0
  66. package/dist/models/ResumeSaasServiceResponse.js.map +1 -0
  67. package/dist/models/ResumeSaasServiceResponseBody.d.ts +23 -0
  68. package/dist/models/ResumeSaasServiceResponseBody.js +60 -0
  69. package/dist/models/ResumeSaasServiceResponseBody.js.map +1 -0
  70. package/dist/models/SetAsDefaultBranchRequest.d.ts +41 -0
  71. package/dist/models/SetAsDefaultBranchRequest.js +62 -0
  72. package/dist/models/SetAsDefaultBranchRequest.js.map +1 -0
  73. package/dist/models/SetAsDefaultBranchResponse.d.ts +19 -0
  74. package/dist/models/SetAsDefaultBranchResponse.js +69 -0
  75. package/dist/models/SetAsDefaultBranchResponse.js.map +1 -0
  76. package/dist/models/SetAsDefaultBranchResponseBody.d.ts +21 -0
  77. package/dist/models/SetAsDefaultBranchResponseBody.js +58 -0
  78. package/dist/models/SetAsDefaultBranchResponseBody.js.map +1 -0
  79. package/dist/models/UpdateBranchRequest.d.ts +126 -0
  80. package/dist/models/UpdateBranchRequest.js +98 -0
  81. package/dist/models/UpdateBranchRequest.js.map +1 -0
  82. package/dist/models/UpdateBranchResponse.d.ts +19 -0
  83. package/dist/models/UpdateBranchResponse.js +69 -0
  84. package/dist/models/UpdateBranchResponse.js.map +1 -0
  85. package/dist/models/UpdateBranchResponseBody.d.ts +21 -0
  86. package/dist/models/UpdateBranchResponseBody.js +58 -0
  87. package/dist/models/UpdateBranchResponseBody.js.map +1 -0
  88. package/dist/models/model.d.ts +19 -0
  89. package/dist/models/model.js +56 -18
  90. package/dist/models/model.js.map +1 -1
  91. package/package.json +1 -1
  92. package/src/client.ts +406 -34
  93. package/src/models/ChatWithKnowledgeBaseRequest.ts +70 -111
  94. package/src/models/ChatWithKnowledgeBaseResponseBody.ts +45 -52
  95. package/src/models/ChatWithKnowledgeBaseShrinkRequest.ts +5 -6
  96. package/src/models/ChatWithKnowledgeBaseStreamRequest.ts +73 -87
  97. package/src/models/ChatWithKnowledgeBaseStreamResponseBody.ts +44 -50
  98. package/src/models/ChatWithKnowledgeBaseStreamShrinkRequest.ts +6 -6
  99. package/src/models/PauseSaasServiceRequest.ts +41 -0
  100. package/src/models/PauseSaasServiceResponse.ts +40 -0
  101. package/src/models/PauseSaasServiceResponseBody.ts +38 -0
  102. package/src/models/QueryContentAdvanceRequest.ts +60 -71
  103. package/src/models/QueryContentRequest.ts +60 -71
  104. package/src/models/QueryContentResponseBody.ts +10 -11
  105. package/src/models/QueryContentShrinkRequest.ts +53 -67
  106. package/src/models/QueryKnowledgeBasesContentRequest.ts +64 -78
  107. package/src/models/QueryKnowledgeBasesContentResponseBody.ts +11 -25
  108. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +11 -15
  109. package/src/models/ResetBranchRequest.ts +58 -0
  110. package/src/models/ResetBranchResponse.ts +40 -0
  111. package/src/models/ResetBranchResponseBody.ts +34 -0
  112. package/src/models/RestoreBranchRequest.ts +110 -0
  113. package/src/models/RestoreBranchResponse.ts +40 -0
  114. package/src/models/RestoreBranchResponseBody.ts +44 -0
  115. package/src/models/ResumeSaasServiceRequest.ts +41 -0
  116. package/src/models/ResumeSaasServiceResponse.ts +40 -0
  117. package/src/models/ResumeSaasServiceResponseBody.ts +38 -0
  118. package/src/models/SetAsDefaultBranchRequest.ts +58 -0
  119. package/src/models/SetAsDefaultBranchResponse.ts +40 -0
  120. package/src/models/SetAsDefaultBranchResponseBody.ts +34 -0
  121. package/src/models/UpdateBranchRequest.ts +170 -0
  122. package/src/models/UpdateBranchResponse.ts +40 -0
  123. package/src/models/UpdateBranchResponseBody.ts +34 -0
  124. package/src/models/model.ts +19 -0
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgsRrf extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The constant `k` in the reciprocal rank fusion formula `1/(k + rank_i)`. The value must be a positive integer greater than 1.
5
+ * The k constant in the scoring algorithm 1/(k+rank_i). The value must be a positive integer greater than 1.
6
6
  *
7
7
  * @example
8
8
  * 60
@@ -22,7 +22,7 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgsR
22
22
  export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgsWeight extends $dara.Model {
23
23
  /**
24
24
  * @remarks
25
- * An array of weights corresponding to each collection specified in `SourceCollection`.
25
+ * The weight array for each SourceCollection.
26
26
  */
27
27
  weights?: number[];
28
28
  static names(): {
@@ -39,12 +39,12 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgsW
39
39
  export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgs extends $dara.Model {
40
40
  /**
41
41
  * @remarks
42
- * Parameters to use when `MergeMethod` is set to `RRF`.
42
+ * The configurable parameters when MergeMethod is set to RRF.
43
43
  */
44
44
  rrf?: ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgsRrf;
45
45
  /**
46
46
  * @remarks
47
- * Parameters to use when `MergeMethod` is set to `Weight`.
47
+ * The configurable parameters when MergeMethod is set to Weight.
48
48
  */
49
49
  weight?: ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgsWeight;
50
50
  static names(): {
@@ -60,17 +60,11 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgs
60
60
  }
61
61
  export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsRerankModel extends $dara.Model {
62
62
  /**
63
- * @remarks
64
- * The instruction or prompt for the reranking model.
65
- *
66
63
  * @example
67
64
  * Given a web search query, retrieve relevant passages that answer the query
68
65
  */
69
66
  instruct?: string;
70
67
  /**
71
- * @remarks
72
- * The name of the reranking model.
73
- *
74
68
  * @example
75
69
  * qwen3-rerank
76
70
  */
@@ -89,7 +83,7 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsRerankModel exte
89
83
  export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollectionQueryParamsGraphSearchArgs extends $dara.Model {
90
84
  /**
91
85
  * @remarks
92
- * The maximum number of entities and relationship edges to return from the knowledge graph search. Default: 60.
86
+ * The number of top entities and relationship edges to return. Default value: 60.
93
87
  *
94
88
  * @example
95
89
  * 60
@@ -108,21 +102,16 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
108
102
  }
109
103
  export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollectionQueryParamsRerankModel extends $dara.Model {
110
104
  /**
111
- * @remarks
112
- * The instruction or prompt for the reranking model.
113
- *
114
105
  * @example
115
106
  * Given a web search query, retrieve relevant passages that answer the query
116
107
  */
117
108
  instruct?: string;
118
109
  /**
119
- * @remarks
120
- * The name of the reranking model.
121
- *
122
110
  * @example
123
111
  * qwen3-rerank
124
112
  */
125
113
  name?: string;
114
+ rerankMetadataFields?: string;
126
115
  static names(): {
127
116
  [key: string]: string;
128
117
  };
@@ -137,7 +126,7 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
137
126
  export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollectionQueryParams extends $dara.Model {
138
127
  /**
139
128
  * @remarks
140
- * A filter to apply to the search, specified as a SQL `WHERE` clause.
129
+ * The filter condition for the data to be updated, in SQL WHERE clause format.
141
130
  *
142
131
  * @example
143
132
  * id = \\"llm-t87l87fxuhn56woc_8anu8j2d3f_file_e74635e2cc314e838543e724f6b3b1f2_10658020\\"
@@ -145,7 +134,7 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
145
134
  filter?: string;
146
135
  /**
147
136
  * @remarks
148
- * Whether to enhance the search with a knowledge graph. Default: `false`.
137
+ * Specifies whether to enable knowledge graph enhancement. Default value: false.
149
138
  *
150
139
  * @example
151
140
  * false
@@ -153,20 +142,18 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
153
142
  graphEnhance?: boolean;
154
143
  /**
155
144
  * @remarks
156
- * Parameters for the knowledge graph search, used when `GraphEnhance` is `true`.
145
+ * The number of top entities and relationship edges to return. Default value: 60.
157
146
  */
158
147
  graphSearchArgs?: ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollectionQueryParamsGraphSearchArgs;
159
148
  /**
160
149
  * @remarks
161
- * The multi-channel recall algorithm. If omitted, the system directly compares and sorts scores from dense vector retrieval and full-text search.
150
+ * The multi-path recall algorithm. Default is empty (i.e., directly compares and sorts the dense vector and full-text scores).
162
151
  *
163
152
  * Valid values:
164
153
  *
165
- * - `RRF`: Uses reciprocal rank fusion. The fusion effect is controlled by the `k` parameter in `HybridSearchArgs`.
166
- *
167
- * - `Weight`: Uses weighted sorting. The weights for vector retrieval and full-text search scores are controlled by parameters in `HybridSearchArgs`.
168
- *
169
- * - `Cascaded`: Performs a full-text search first, followed by a vector retrieval on the results.
154
+ * - RRF: Reciprocal Rank Fusion. Has a parameter k to control the fusion effect. See HybridSearchArgs configuration for details.
155
+ * - Weight: Weight-based sorting. Uses parameters to control the score weights of vector and full-text retrieval, then sorts. See HybridSearchArgs configuration for details.
156
+ * - Cascaded: First performs full-text retrieval, then performs vector retrieval on top of it.
170
157
  *
171
158
  * @example
172
159
  * RRF
@@ -174,10 +161,9 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
174
161
  hybridSearch?: string;
175
162
  /**
176
163
  * @remarks
177
- * Parameters for the multi-channel recall algorithm. `RRF` and `Weight` are supported. The `HybridPathsSetting` parameter can specify the recall channels: `dense` (dense vector), `sparse` (sparse vector), and `fulltext` (full-text search). If this parameter is empty, `dense` and `fulltext` are used by default.
178
- *
179
- * - `RRF`: Specifies the constant `k` in the formula `1/(k+rank_i)`. The value must be a positive integer greater than 1. Format:
164
+ * The algorithm parameters for multi-path recall. Currently supports RRF and Weight. HybridPathsSetting can specify recall of dense vectors (dense), sparse vectors (sparse), and full-text retrieval (fulltext). If the value is empty, dense vectors (dense) and full-text retrieval (fulltext) are recalled by default.
180
165
  *
166
+ * - RRF: Specifies the k constant in the scoring algorithm `1/(k+rank_i)`. The value must be a positive integer greater than 1. Format:
181
167
  * ```
182
168
  * {
183
169
  * "HybridPathsSetting": {
@@ -189,12 +175,9 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
189
175
  * }
190
176
  * ```
191
177
  *
192
- * - `Weight`:
193
- *
194
- * - Two-channel recall (if `HybridPathsSetting` is not specified, only `alpha` is required):
195
- *
196
- * - Formula: `alpha * dense_score + (1-alpha) * fulltext_score`. The `alpha` parameter represents the weight of the dense vector score relative to the full-text search score. The value must be in the range [0, 1]. A value of 0 uses only full-text search. A value of 1 uses only dense vector retrieval.
197
- *
178
+ * - Weight:
179
+ * - Dual-path recall (without specifying HybridPathsSetting, only specifying alpha):
180
+ * - Formula: alpha * dense_score + (1-alpha) * fulltext_score. The parameter alpha represents the score weight between dense vector and full-text retrieval, ranging from 0 to 1, where 0 means full-text only and 1 means dense vector only:
198
181
  * ```
199
182
  * {
200
183
  * "Weight": {
@@ -202,11 +185,8 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
202
185
  * }
203
186
  * }
204
187
  * ```
205
- *
206
- * - Three-channel recall:
207
- *
208
- * - Formula: `normalized_dense * dense_score + normalized_sparse * sparse_score + normalized_fulltext * fulltext_score`. The `dense`, `sparse`, and `fulltext` parameters represent the weights for each channel and must be greater than or equal to 0. The system automatically normalizes these weights (for example, `normalized_x = x / (dense + sparse + fulltext)`).
209
- *
188
+ * - Three-path recall mode:
189
+ * - Formula: normalized_dense * dense_score + normalized_sparse * sparse_score + normalized_fulltext * fulltext_score. Where dense, sparse, and fulltext represent the weights for dense vector, sparse vector, and full-text retrieval respectively, with values greater than or equal to 0. The system automatically normalizes the weights to the range 0-1 (i.e., normalized_x = x / (dense + sparse + fulltext)).
210
190
  * ```
211
191
  * {
212
192
  * "HybridPathsSetting": {
@@ -225,13 +205,10 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
225
205
  };
226
206
  /**
227
207
  * @remarks
228
- * The distance metric used for vector indexing. Valid values:
229
- *
230
- * - `l2`: euclidean distance.
231
- *
232
- * - `ip`: Inner product (dot product) distance.
233
- *
234
- * - `cosine`: cosine similarity.
208
+ * The method used when building the vector index. Valid values:
209
+ * - l2: Euclidean distance.
210
+ * - ip: Inner product distance.
211
+ * - cosine: Cosine similarity.
235
212
  *
236
213
  * @example
237
214
  * cosine
@@ -239,33 +216,25 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
239
216
  metrics?: string;
240
217
  /**
241
218
  * @remarks
242
- * The recall window. If specified, expands the context around retrieved text chunks. Must be an array of two integers, `[A, B]`, where `A` is the number of preceding chunks to include (from -10 to 0) and `B` is the number of following chunks (from 0 to 10).
243
- *
244
- * > - We recommend that you use this parameter when document chunks are highly fragmented and retrieval might result in a loss of context.
245
- * >
246
- * > - Reranking is performed before windowing is applied.
219
+ * The recall window. When this value is not empty, additional context of the retrieval results is returned. The format is a 2-element array: List<A, B>, where -10 <= A <= 0 and 0 <= B <= 10.
220
+ * > - It is recommended to use this parameter when document segmentation is too granular and retrieval may lose contextual information.
221
+ * > - Reranking takes priority over windowing, meaning reranking is performed first, then windowing is applied.
247
222
  */
248
223
  recallWindow?: number[];
249
224
  /**
250
225
  * @remarks
251
- * The reranking factor for this collection, which overrides the top-level `RerankFactor`. If specified, it reranks the initial retrieval results to improve relevance. Valid range: (1, 5].
252
- *
253
- * > - Reranking may be less efficient if document chunks are sparse.
254
- * >
255
- * > - We recommend that the number of items to rerank, calculated as `Ceiling(TopK * RerankFactor)`, does not exceed 50.
226
+ * The reranking factor. When this value is not empty, the vector retrieval results are reranked. Value range: 1 < RerankFactor <= 5.
227
+ * > - Reranking is slow when document segmentation is sparse.
228
+ * > - It is recommended that the number of items to rerank (TopK * Factor, rounded up) does not exceed 50.
256
229
  *
257
230
  * @example
258
231
  * 1.5
259
232
  */
260
233
  rerankFactor?: number;
261
- /**
262
- * @remarks
263
- * The model to use for reranking.
264
- */
265
234
  rerankModel?: ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollectionQueryParamsRerankModel;
266
235
  /**
267
236
  * @remarks
268
- * The number of top results to return from this collection before merging.
237
+ * The number of top results to return.
269
238
  *
270
239
  * @example
271
240
  * 10
@@ -273,7 +242,7 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
273
242
  topK?: number;
274
243
  /**
275
244
  * @remarks
276
- * Whether to enable full-text search in addition to vector retrieval. Default: `false` (uses only vector retrieval).
245
+ * Specifies whether to use full-text retrieval (dual-path recall). Default value: false, which means only vector retrieval is used.
277
246
  *
278
247
  * @example
279
248
  * true
@@ -293,7 +262,7 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
293
262
  export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection extends $dara.Model {
294
263
  /**
295
264
  * @remarks
296
- * The name of the collection to query.
265
+ * The name of the collection to recall.
297
266
  *
298
267
  * This parameter is required.
299
268
  *
@@ -303,9 +272,9 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
303
272
  collection?: string;
304
273
  /**
305
274
  * @remarks
306
- * The namespace where the collection resides. Default: `public`.
275
+ * The namespace. Default value: public.
307
276
  *
308
- * > You can create a namespace by calling the [CreateNamespace](https://help.aliyun.com/document_detail/2401495.html) operation and view existing namespaces by calling the [ListNamespaces](https://help.aliyun.com/document_detail/2401502.html) operation.
277
+ * > You can create a namespace by calling the [CreateNamespace](https://help.aliyun.com/document_detail/2401495.html) operation, and view the list by calling the [ListNamespaces](https://help.aliyun.com/document_detail/2401502.html) operation.
309
278
  *
310
279
  * @example
311
280
  * dukang
@@ -313,9 +282,9 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
313
282
  namespace?: string;
314
283
  /**
315
284
  * @remarks
316
- * The password for the specified namespace.
285
+ * The password corresponding to the namespace.
317
286
  *
318
- * > This password is set when you call the `CreateNamespace` operation.
287
+ * > This value is specified in the CreateNamespace operation.
319
288
  *
320
289
  * This parameter is required.
321
290
  *
@@ -325,7 +294,7 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
325
294
  namespacePassword?: string;
326
295
  /**
327
296
  * @remarks
328
- * Retrieval parameters for this knowledge base collection.
297
+ * The parameters related to knowledge base retrieval.
329
298
  */
330
299
  queryParams?: ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollectionQueryParams;
331
300
  static names(): {
@@ -342,11 +311,9 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection
342
311
  export declare class ChatWithKnowledgeBaseRequestKnowledgeParams extends $dara.Model {
343
312
  /**
344
313
  * @remarks
345
- * The method for merging results from multiple knowledge bases. Default: `RRF`. Valid values:
346
- *
347
- * - `RRF`
348
- *
349
- * - `Weight`
314
+ * The method for merging multiple knowledge bases. Default is RRF. Valid values:
315
+ * - RRF
316
+ * - Weight
350
317
  *
351
318
  * @example
352
319
  * "RRF"
@@ -354,36 +321,30 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParams extends $dara.M
354
321
  mergeMethod?: string;
355
322
  /**
356
323
  * @remarks
357
- * The parameters for the merge method.
324
+ * The parameters for multi-knowledge base fusion.
358
325
  */
359
326
  mergeMethodArgs?: ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgs;
360
327
  /**
361
328
  * @remarks
362
- * The reranking factor. Specify this to rerank the initial vector retrieval results for improved relevance. Valid range: (1, 5].
363
- *
364
- * > - Reranking may be less efficient if document chunks are sparse.
365
- * >
366
- * > - We recommend that the number of items to rerank, calculated as `Ceiling(TopK * RerankFactor)`, does not exceed 50.
329
+ * The reranking factor. When this value is not empty, the vector retrieval results are reranked. Value range: 1 < RerankFactor <= 5.
330
+ * > - Reranking is slow when document segmentation is sparse.
331
+ * > - It is recommended that the number of items to rerank (TopK * Factor, rounded up) does not exceed 50.
367
332
  *
368
333
  * @example
369
334
  * 1.0001
370
335
  */
371
336
  rerankFactor?: number;
372
- /**
373
- * @remarks
374
- * The model to use for reranking.
375
- */
376
337
  rerankModel?: ChatWithKnowledgeBaseRequestKnowledgeParamsRerankModel;
377
338
  /**
378
339
  * @remarks
379
- * An array of knowledge base collections to query.
340
+ * The list of knowledge bases.
380
341
  *
381
342
  * This parameter is required.
382
343
  */
383
344
  sourceCollection?: ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollection[];
384
345
  /**
385
346
  * @remarks
386
- * The number of top results to return after the results from multiple vector collection recalls are merged.
347
+ * The number of top results to return after merging the recall results from multiple vector collections.
387
348
  *
388
349
  * @example
389
350
  * 10
@@ -403,7 +364,7 @@ export declare class ChatWithKnowledgeBaseRequestKnowledgeParams extends $dara.M
403
364
  export declare class ChatWithKnowledgeBaseRequestModelParamsMessages extends $dara.Model {
404
365
  /**
405
366
  * @remarks
406
- * The content of the message.
367
+ * The message content.
407
368
  *
408
369
  * This parameter is required.
409
370
  *
@@ -413,13 +374,10 @@ export declare class ChatWithKnowledgeBaseRequestModelParamsMessages extends $da
413
374
  content?: string;
414
375
  /**
415
376
  * @remarks
416
- * The role of the message author. Valid values:
417
- *
418
- * - `system`
419
- *
420
- * - `user`
421
- *
422
- * - `assistant`
377
+ * The message role. Valid values:
378
+ * - system
379
+ * - user
380
+ * - assistant
423
381
  *
424
382
  * This parameter is required.
425
383
  *
@@ -441,7 +399,7 @@ export declare class ChatWithKnowledgeBaseRequestModelParamsMessages extends $da
441
399
  export declare class ChatWithKnowledgeBaseRequestModelParamsToolsFunction extends $dara.Model {
442
400
  /**
443
401
  * @remarks
444
- * The description of the function tool.
402
+ * The function tool description.
445
403
  *
446
404
  * @example
447
405
  * 获取天气。
@@ -449,7 +407,7 @@ export declare class ChatWithKnowledgeBaseRequestModelParamsToolsFunction extend
449
407
  description?: string;
450
408
  /**
451
409
  * @remarks
452
- * The name of the function tool.
410
+ * The function tool name.
453
411
  *
454
412
  * @example
455
413
  * get_weather
@@ -457,7 +415,7 @@ export declare class ChatWithKnowledgeBaseRequestModelParamsToolsFunction extend
457
415
  name?: string;
458
416
  /**
459
417
  * @remarks
460
- * The JSON schema of the function parameters.
418
+ * The function parameters in JSON Schema format.
461
419
  *
462
420
  * @example
463
421
  * {"type": "object", ...}
@@ -502,14 +460,14 @@ export declare class ChatWithKnowledgeBaseRequestModelParams extends $dara.Model
502
460
  maxTokens?: number;
503
461
  /**
504
462
  * @remarks
505
- * The list of messages that form the conversation history.
463
+ * The message list.
506
464
  *
507
465
  * This parameter is required.
508
466
  */
509
467
  messages?: ChatWithKnowledgeBaseRequestModelParamsMessages[];
510
468
  /**
511
469
  * @remarks
512
- * The name of the large language model to use. For a list of available models, see the [Model Studio documentation](https://help.aliyun.com/zh/model-studio/compatibility-of-openai-with-dashscope?spm=a2c4g.11186623.help-menu-2400256.d_2_10_0.45b5516eZIciC8\\&scm=20140722.H_2833609._.OR_help-T_cn~zh-V_1#eadfc13038jd5).
470
+ * The name of the large model to use. For valid values, see: [Bailian Help Documentation](https://help.aliyun.com/zh/model-studio/compatibility-of-openai-with-dashscope?spm=a2c4g.11186623.help-menu-2400256.d_2_10_0.45b5516eZIciC8&scm=20140722.H_2833609._.OR_help-T_cn~zh-V_1#eadfc13038jd5)
513
471
  *
514
472
  * This parameter is required.
515
473
  *
@@ -519,7 +477,7 @@ export declare class ChatWithKnowledgeBaseRequestModelParams extends $dara.Model
519
477
  model?: string;
520
478
  /**
521
479
  * @remarks
522
- * The number of candidate responses to generate.
480
+ * The number of candidate replies to generate.
523
481
  *
524
482
  * @example
525
483
  * 1
@@ -527,7 +485,7 @@ export declare class ChatWithKnowledgeBaseRequestModelParams extends $dara.Model
527
485
  n?: number;
528
486
  /**
529
487
  * @remarks
530
- * The presence penalty. Valid range: [-2.0, 2.0].
488
+ * The presence penalty coefficient (-2.0 to 2.0).
531
489
  *
532
490
  * @example
533
491
  * 1.0
@@ -543,12 +501,12 @@ export declare class ChatWithKnowledgeBaseRequestModelParams extends $dara.Model
543
501
  seed?: number;
544
502
  /**
545
503
  * @remarks
546
- * A list of stop words.
504
+ * The stop word list.
547
505
  */
548
506
  stop?: string[];
549
507
  /**
550
508
  * @remarks
551
- * The sampling temperature. Valid range: (0, 2.0].
509
+ * The sampling temperature (0 to 2).
552
510
  *
553
511
  * @example
554
512
  * 0.6
@@ -556,12 +514,12 @@ export declare class ChatWithKnowledgeBaseRequestModelParams extends $dara.Model
556
514
  temperature?: number;
557
515
  /**
558
516
  * @remarks
559
- * The list of tools.
517
+ * The tool list.
560
518
  */
561
519
  tools?: ChatWithKnowledgeBaseRequestModelParamsTools[];
562
520
  /**
563
521
  * @remarks
564
- * The probability threshold for nucleus sampling. Valid range: (0, 1.0).
522
+ * The nucleus sampling probability threshold (0 to 1).
565
523
  *
566
524
  * @example
567
525
  * 0.9
@@ -582,8 +540,7 @@ export declare class ChatWithKnowledgeBaseRequest extends $dara.Model {
582
540
  /**
583
541
  * @remarks
584
542
  * The instance ID.
585
- *
586
- * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/196830.html) operation to view the details of all instances in a target region, including their instance IDs.
543
+ * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/196830.html) operation to query the details of all instances in the target region, including the instance ID.
587
544
  *
588
545
  * This parameter is required.
589
546
  *
@@ -593,7 +550,7 @@ export declare class ChatWithKnowledgeBaseRequest extends $dara.Model {
593
550
  DBInstanceId?: string;
594
551
  /**
595
552
  * @remarks
596
- * Whether to include the raw retrieval results from the knowledge base in the response. Default: `false`.
553
+ * Specifies whether to return the recall results. Default value: false.
597
554
  *
598
555
  * @example
599
556
  * false
@@ -601,12 +558,12 @@ export declare class ChatWithKnowledgeBaseRequest extends $dara.Model {
601
558
  includeKnowledgeBaseResults?: boolean;
602
559
  /**
603
560
  * @remarks
604
- * Parameters for knowledge retrieval. If omitted, the operation performs a standard chat without retrieving from a knowledge base.
561
+ * The knowledge retrieval parameter object. If not specified, only chat is performed.
605
562
  */
606
563
  knowledgeParams?: ChatWithKnowledgeBaseRequestKnowledgeParams;
607
564
  /**
608
565
  * @remarks
609
- * The parameters for calling the large language model (LLM).
566
+ * The large language model (LLM) invocation parameter object.
610
567
  *
611
568
  * This parameter is required.
612
569
  */
@@ -614,7 +571,7 @@ export declare class ChatWithKnowledgeBaseRequest extends $dara.Model {
614
571
  ownerId?: number;
615
572
  /**
616
573
  * @remarks
617
- * A custom system prompt template. If specified, it overrides the default prompt. The template must include the {{ text_chunks }}, {{ user_system_prompt }}, {{ graph_entities }}, and {{ graph_relations }} placeholders.
574
+ * The system prompt template, which must include {{ text_chunks }}, {{ user_system_prompt }}, {{ graph_entities }}, and {{ graph_relations }}. If not specified, this part does not take effect.
618
575
  *
619
576
  * @example
620
577
  * "参考以下知识回答问题:{{ text_chunks }}"
@@ -149,12 +149,14 @@ class ChatWithKnowledgeBaseRequestKnowledgeParamsSourceCollectionQueryParamsRera
149
149
  return {
150
150
  instruct: 'Instruct',
151
151
  name: 'Name',
152
+ rerankMetadataFields: 'RerankMetadataFields',
152
153
  };
153
154
  }
154
155
  static types() {
155
156
  return {
156
157
  instruct: 'string',
157
158
  name: 'string',
159
+ rerankMetadataFields: 'string',
158
160
  };
159
161
  }
160
162
  validate() {
@@ -1 +1 @@
1
- {"version":3,"file":"ChatWithKnowledgeBaseRequest.js","sourceRoot":"","sources":["../../src/models/ChatWithKnowledgeBaseRequest.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ChatWithKnowledgeBaseRequest.js","sourceRoot":"","sources":["../../src/models/ChatWithKnowledgeBaseRequest.ts"],"names":[],"mappings":"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"}