tencentcloud-sdk-python-lkeap 3.0.1472__tar.gz → 3.0.1477__tar.gz
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.
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/setup.py +1 -1
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/tencentcloud/lkeap/v20240522/errorcodes.py +7 -7
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/tencentcloud/lkeap/v20240522/models.py +2 -2
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/tencentcloud_sdk_python_lkeap.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-lkeap-3.0.1477/tencentcloud_sdk_python_lkeap.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-lkeap-3.0.1472/tencentcloud_sdk_python_lkeap.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/README.rst +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/setup.cfg +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/tencentcloud/lkeap/__init__.py +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/tencentcloud/lkeap/v20240522/__init__.py +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/tencentcloud/lkeap/v20240522/lkeap_client.py +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/tencentcloud_sdk_python_lkeap.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/tencentcloud_sdk_python_lkeap.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/tencentcloud_sdk_python_lkeap.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-lkeap',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1477,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Lkeap SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -20,16 +20,16 @@ FAILEDOPERATION = 'FailedOperation'
|
|
|
20
20
|
# 引擎层内部错误;
|
|
21
21
|
FAILEDOPERATION_ENGINESERVERERROR = 'FailedOperation.EngineServerError'
|
|
22
22
|
|
|
23
|
-
#
|
|
23
|
+
# 解析失败。
|
|
24
24
|
FAILEDOPERATION_FILEPARSEERROR = 'FailedOperation.FileParseError'
|
|
25
25
|
|
|
26
|
-
#
|
|
26
|
+
# 文档解析超时。
|
|
27
27
|
FAILEDOPERATION_FILEPARSETIMEOUT = 'FailedOperation.FileParseTimeout'
|
|
28
28
|
|
|
29
|
-
#
|
|
29
|
+
# 内部错误。
|
|
30
30
|
FAILEDOPERATION_INTERNALERROR = 'FailedOperation.InternalError'
|
|
31
31
|
|
|
32
|
-
#
|
|
32
|
+
# 暂不支持解析该文件。
|
|
33
33
|
FAILEDOPERATION_NONSUPPORTPARSE = 'FailedOperation.NonsupportParse'
|
|
34
34
|
|
|
35
35
|
# FailedOperation.OcrFailed
|
|
@@ -50,13 +50,13 @@ INTERNALERROR = 'InternalError'
|
|
|
50
50
|
# 参数错误。
|
|
51
51
|
INVALIDPARAMETER = 'InvalidParameter'
|
|
52
52
|
|
|
53
|
-
# 文件url
|
|
53
|
+
# 文件url链接不正确。
|
|
54
54
|
INVALIDPARAMETER_FILEURLINVALID = 'InvalidParameter.FileURLInvalid'
|
|
55
55
|
|
|
56
|
-
#
|
|
56
|
+
# 无效的文件格式。
|
|
57
57
|
INVALIDPARAMETER_INVALIDFILEFORMAT = 'InvalidParameter.InvalidFileFormat'
|
|
58
58
|
|
|
59
|
-
#
|
|
59
|
+
# 无效的文件类型。
|
|
60
60
|
INVALIDPARAMETER_INVALIDFILETYPE = 'InvalidParameter.InvalidFileType'
|
|
61
61
|
|
|
62
62
|
# 参数值错误。
|
|
@@ -2550,7 +2550,7 @@ class GetEmbeddingRequest(AbstractModel):
|
|
|
2550
2550
|
:type Inputs: list of str
|
|
2551
2551
|
:param _TextType: 说明:文本向量化的类型,为使得检索任务有更好的检索效果,建议区分查询文本(query)和文档文本(document)类型, 聚类、分类等对称任务可以不用特殊指定,采用系统默认值document即可。
|
|
2552
2552
|
:type TextType: str
|
|
2553
|
-
:param _Instruction: 说明:自定义任务指令词,当且仅当TextType=query时,生效
|
|
2553
|
+
:param _Instruction: 说明:自定义任务指令词,当且仅当TextType=query且Model为youtu-embedding-llm-v1时,生效
|
|
2554
2554
|
:type Instruction: str
|
|
2555
2555
|
"""
|
|
2556
2556
|
self._Model = None
|
|
@@ -2594,7 +2594,7 @@ class GetEmbeddingRequest(AbstractModel):
|
|
|
2594
2594
|
|
|
2595
2595
|
@property
|
|
2596
2596
|
def Instruction(self):
|
|
2597
|
-
r"""说明:自定义任务指令词,当且仅当TextType=query时,生效
|
|
2597
|
+
r"""说明:自定义任务指令词,当且仅当TextType=query且Model为youtu-embedding-llm-v1时,生效
|
|
2598
2598
|
:rtype: str
|
|
2599
2599
|
"""
|
|
2600
2600
|
return self._Instruction
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1477
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1472
|
{tencentcloud-sdk-python-lkeap-3.0.1472 → tencentcloud-sdk-python-lkeap-3.0.1477}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|