@alicloud/gpdb20160503 3.7.0 → 3.8.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.
- package/dist/client.d.ts +76 -34
- package/dist/client.js +130 -34
- package/dist/client.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseRequest.d.ts +68 -111
- package/dist/models/ChatWithKnowledgeBaseRequest.js +2 -0
- package/dist/models/ChatWithKnowledgeBaseRequest.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseResponseBody.d.ts +45 -52
- package/dist/models/ChatWithKnowledgeBaseResponseBody.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseShrinkRequest.d.ts +5 -6
- package/dist/models/ChatWithKnowledgeBaseShrinkRequest.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseStreamRequest.d.ts +71 -87
- package/dist/models/ChatWithKnowledgeBaseStreamRequest.js +2 -0
- package/dist/models/ChatWithKnowledgeBaseStreamRequest.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.d.ts +44 -50
- package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseStreamShrinkRequest.d.ts +6 -6
- package/dist/models/PauseSaasServiceRequest.d.ts +26 -0
- package/dist/models/PauseSaasServiceRequest.js +60 -0
- package/dist/models/PauseSaasServiceRequest.js.map +1 -0
- package/dist/models/PauseSaasServiceResponse.d.ts +19 -0
- package/dist/models/PauseSaasServiceResponse.js +69 -0
- package/dist/models/PauseSaasServiceResponse.js.map +1 -0
- package/dist/models/PauseSaasServiceResponseBody.d.ts +23 -0
- package/dist/models/PauseSaasServiceResponseBody.js +60 -0
- package/dist/models/PauseSaasServiceResponseBody.js.map +1 -0
- package/dist/models/QueryContentAdvanceRequest.d.ts +57 -70
- package/dist/models/QueryContentAdvanceRequest.js +2 -0
- package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
- package/dist/models/QueryContentRequest.d.ts +57 -70
- package/dist/models/QueryContentRequest.js +2 -0
- package/dist/models/QueryContentRequest.js.map +1 -1
- package/dist/models/QueryContentResponseBody.d.ts +10 -11
- package/dist/models/QueryContentResponseBody.js.map +1 -1
- package/dist/models/QueryContentShrinkRequest.d.ts +52 -66
- package/dist/models/QueryContentShrinkRequest.js.map +1 -1
- package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +62 -78
- package/dist/models/QueryKnowledgeBasesContentRequest.js +2 -0
- package/dist/models/QueryKnowledgeBasesContentRequest.js.map +1 -1
- package/dist/models/QueryKnowledgeBasesContentResponseBody.d.ts +11 -25
- package/dist/models/QueryKnowledgeBasesContentResponseBody.js.map +1 -1
- package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +11 -15
- package/dist/models/QueryKnowledgeBasesContentShrinkRequest.js.map +1 -1
- package/dist/models/ResumeSaasServiceRequest.d.ts +26 -0
- package/dist/models/ResumeSaasServiceRequest.js +60 -0
- package/dist/models/ResumeSaasServiceRequest.js.map +1 -0
- package/dist/models/ResumeSaasServiceResponse.d.ts +19 -0
- package/dist/models/ResumeSaasServiceResponse.js +69 -0
- package/dist/models/ResumeSaasServiceResponse.js.map +1 -0
- package/dist/models/ResumeSaasServiceResponseBody.d.ts +23 -0
- package/dist/models/ResumeSaasServiceResponseBody.js +60 -0
- package/dist/models/ResumeSaasServiceResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +6 -0
- package/dist/models/model.js +16 -4
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +138 -34
- package/src/models/ChatWithKnowledgeBaseRequest.ts +70 -111
- package/src/models/ChatWithKnowledgeBaseResponseBody.ts +45 -52
- package/src/models/ChatWithKnowledgeBaseShrinkRequest.ts +5 -6
- package/src/models/ChatWithKnowledgeBaseStreamRequest.ts +73 -87
- package/src/models/ChatWithKnowledgeBaseStreamResponseBody.ts +44 -50
- package/src/models/ChatWithKnowledgeBaseStreamShrinkRequest.ts +6 -6
- package/src/models/PauseSaasServiceRequest.ts +41 -0
- package/src/models/PauseSaasServiceResponse.ts +40 -0
- package/src/models/PauseSaasServiceResponseBody.ts +38 -0
- package/src/models/QueryContentAdvanceRequest.ts +60 -71
- package/src/models/QueryContentRequest.ts +60 -71
- package/src/models/QueryContentResponseBody.ts +10 -11
- package/src/models/QueryContentShrinkRequest.ts +53 -67
- package/src/models/QueryKnowledgeBasesContentRequest.ts +64 -78
- package/src/models/QueryKnowledgeBasesContentResponseBody.ts +11 -25
- package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +11 -15
- package/src/models/ResumeSaasServiceRequest.ts +41 -0
- package/src/models/ResumeSaasServiceResponse.ts +40 -0
- package/src/models/ResumeSaasServiceResponseBody.ts +38 -0
- package/src/models/model.ts +6 -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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
42
|
+
* The configurable parameters when MergeMethod is set to RRF.
|
|
43
43
|
*/
|
|
44
44
|
rrf?: ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgsRrf;
|
|
45
45
|
/**
|
|
46
46
|
* @remarks
|
|
47
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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-
|
|
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
|
-
* -
|
|
166
|
-
*
|
|
167
|
-
* -
|
|
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
|
-
*
|
|
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
|
-
* -
|
|
193
|
-
*
|
|
194
|
-
*
|
|
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
|
-
* -
|
|
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
|
|
229
|
-
*
|
|
230
|
-
* -
|
|
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.
|
|
243
|
-
*
|
|
244
|
-
* > -
|
|
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
|
|
252
|
-
*
|
|
253
|
-
* > -
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
285
|
+
* The password corresponding to the namespace.
|
|
317
286
|
*
|
|
318
|
-
* > This
|
|
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
|
-
*
|
|
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
|
|
346
|
-
*
|
|
347
|
-
* -
|
|
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
|
|
324
|
+
* The parameters for multi-knowledge base fusion.
|
|
358
325
|
*/
|
|
359
326
|
mergeMethodArgs?: ChatWithKnowledgeBaseRequestKnowledgeParamsMergeMethodArgs;
|
|
360
327
|
/**
|
|
361
328
|
* @remarks
|
|
362
|
-
* The reranking factor.
|
|
363
|
-
*
|
|
364
|
-
* > -
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
417
|
-
*
|
|
418
|
-
* -
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
504
|
+
* The stop word list.
|
|
547
505
|
*/
|
|
548
506
|
stop?: string[];
|
|
549
507
|
/**
|
|
550
508
|
* @remarks
|
|
551
|
-
* The sampling temperature
|
|
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
|
|
517
|
+
* The tool list.
|
|
560
518
|
*/
|
|
561
519
|
tools?: ChatWithKnowledgeBaseRequestModelParamsTools[];
|
|
562
520
|
/**
|
|
563
521
|
* @remarks
|
|
564
|
-
* The
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6DAA8D,SAAQ,KAAK,CAAC,KAAK;IAS5F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,CAAC,EAAE,GAAG;SACP,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,CAAC,EAAE,QAAQ;SACZ,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,sIA4BC;AAED,MAAa,gEAAiE,SAAQ,KAAK,CAAC,KAAK;IAM/F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;SACnD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;YAC/B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,4IA4BC;AAED,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;IAWzF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,6DAA6D;YAClE,MAAM,EAAE,gEAAgE;SACzE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,GAAG,IAAI,OAAQ,IAAI,CAAC,GAAW,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC/D,IAAI,CAAC,GAAW,CAAC,QAAQ,EAAE,CAAC;QAC/B,CAAC;QACD,IAAG,IAAI,CAAC,MAAM,IAAI,OAAQ,IAAI,CAAC,MAAc,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrE,IAAI,CAAC,MAAc,CAAC,QAAQ,EAAE,CAAC;QAClC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,gIAsCC;AAED,MAAa,sDAAuD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ChatWithKnowledgeBaseRequest.js","sourceRoot":"","sources":["../../src/models/ChatWithKnowledgeBaseRequest.ts"],"names":[],"mappings":"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"}
|