tencentcloud-sdk-nodejs-es 4.1.126 → 4.1.128
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/package.json
CHANGED
|
@@ -26,7 +26,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
26
26
|
GetDocumentParseResult(req: GetDocumentParseResultRequest, cb?: (error: string, rep: GetDocumentParseResultResponse) => void): Promise<GetDocumentParseResultResponse>;
|
|
27
27
|
/**
|
|
28
28
|
* Embedding是一种将高维数据映射到低维空间的技术,通常用于将非结构化数据,如文本、图像或音频转化为向量表示,使其更容易输入机器模型进行处理,并且向量之间的距离可以反映对象之间的相似性。
|
|
29
|
-
|
|
29
|
+
本接口有模型维度调用上限控制,单个模型qps限制20,如您有提高并发限制的需求请[联系我们](https://cloud.tencent.com/act/event/Online_service) 。
|
|
30
30
|
*/
|
|
31
31
|
GetTextEmbedding(req: GetTextEmbeddingRequest, cb?: (error: string, rep: GetTextEmbeddingResponse) => void): Promise<GetTextEmbeddingResponse>;
|
|
32
32
|
/**
|
|
@@ -56,7 +56,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* Embedding是一种将高维数据映射到低维空间的技术,通常用于将非结构化数据,如文本、图像或音频转化为向量表示,使其更容易输入机器模型进行处理,并且向量之间的距离可以反映对象之间的相似性。
|
|
59
|
-
|
|
59
|
+
本接口有模型维度调用上限控制,单个模型qps限制20,如您有提高并发限制的需求请[联系我们](https://cloud.tencent.com/act/event/Online_service) 。
|
|
60
60
|
*/
|
|
61
61
|
async GetTextEmbedding(req, cb) {
|
|
62
62
|
return this.request("GetTextEmbedding", req, cb);
|
|
@@ -264,7 +264,7 @@ export interface Document {
|
|
|
264
264
|
*/
|
|
265
265
|
export interface GetTextEmbeddingRequest {
|
|
266
266
|
/**
|
|
267
|
-
* 模型名称,可选模型列表:bge-base-zh-v1.5,
|
|
267
|
+
* 模型名称,可选模型列表:bge-base-zh-v1.5,Conan-embedding-v1,bge-m3,KaLM-embedding-multilingual-mini-v1,Qwen3-Embedding-0.6B。
|
|
268
268
|
*/
|
|
269
269
|
ModelName: string;
|
|
270
270
|
/**
|