feat: support huawei cloud vector database (#16141)
This commit is contained in:
parent
18e4f42c3c
commit
eb1ce3dd6b
13 changed files with 374 additions and 0 deletions
|
|
@ -664,6 +664,7 @@ class DatasetRetrievalSettingApi(Resource):
|
|||
| VectorType.OPENGAUSS
|
||||
| VectorType.OCEANBASE
|
||||
| VectorType.TABLESTORE
|
||||
| VectorType.HUAWEI_CLOUD
|
||||
| VectorType.TENCENT
|
||||
):
|
||||
return {
|
||||
|
|
@ -710,6 +711,7 @@ class DatasetRetrievalSettingMockApi(Resource):
|
|||
| VectorType.OCEANBASE
|
||||
| VectorType.TABLESTORE
|
||||
| VectorType.TENCENT
|
||||
| VectorType.HUAWEI_CLOUD
|
||||
):
|
||||
return {
|
||||
"retrieval_method": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue