mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-06 17:36:50 +08:00
feat: support Tablestore vector database (#16601)
Co-authored-by: xiaozhiqing.xzq <xiaozhiqing.xzq@alibaba-inc.com>
This commit is contained in:
@@ -664,6 +664,7 @@ class DatasetRetrievalSettingApi(Resource):
|
||||
| VectorType.MILVUS
|
||||
| VectorType.OPENGAUSS
|
||||
| VectorType.OCEANBASE
|
||||
| VectorType.TABLESTORE
|
||||
):
|
||||
return {
|
||||
"retrieval_method": [
|
||||
@@ -708,6 +709,7 @@ class DatasetRetrievalSettingMockApi(Resource):
|
||||
| VectorType.LINDORM
|
||||
| VectorType.OPENGAUSS
|
||||
| VectorType.OCEANBASE
|
||||
| VectorType.TABLESTORE
|
||||
):
|
||||
return {
|
||||
"retrieval_method": [
|
||||
|
||||
Reference in New Issue
Block a user