Added OceanBase as an option for the vector store in Dify (#10010)
This commit is contained in:
parent
5580bcf870
commit
878d13ef42
17 changed files with 427 additions and 2 deletions
|
|
@ -628,6 +628,7 @@ class DatasetRetrievalSettingApi(Resource):
|
|||
| VectorType.BAIDU
|
||||
| VectorType.VIKINGDB
|
||||
| VectorType.UPSTASH
|
||||
| VectorType.OCEANBASE
|
||||
):
|
||||
return {"retrieval_method": [RetrievalMethod.SEMANTIC_SEARCH.value]}
|
||||
case (
|
||||
|
|
@ -669,6 +670,7 @@ class DatasetRetrievalSettingMockApi(Resource):
|
|||
| VectorType.BAIDU
|
||||
| VectorType.VIKINGDB
|
||||
| VectorType.UPSTASH
|
||||
| VectorType.OCEANBASE
|
||||
):
|
||||
return {"retrieval_method": [RetrievalMethod.SEMANTIC_SEARCH.value]}
|
||||
case (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue