feat: add support for Matrixone database (#20714)
This commit is contained in:
parent
e99861d4fe
commit
17fe62cf91
17 changed files with 2504 additions and 2248 deletions
|
|
@ -686,6 +686,7 @@ class DatasetRetrievalSettingApi(Resource):
|
|||
| VectorType.TABLESTORE
|
||||
| VectorType.HUAWEI_CLOUD
|
||||
| VectorType.TENCENT
|
||||
| VectorType.MATRIXONE
|
||||
):
|
||||
return {
|
||||
"retrieval_method": [
|
||||
|
|
@ -733,6 +734,7 @@ class DatasetRetrievalSettingMockApi(Resource):
|
|||
| VectorType.TABLESTORE
|
||||
| VectorType.TENCENT
|
||||
| VectorType.HUAWEI_CLOUD
|
||||
| VectorType.MATRIXONE
|
||||
):
|
||||
return {
|
||||
"retrieval_method": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue