Add Volcengine VikingDB as new vector provider (#9287)
This commit is contained in:
parent
1ec83e4969
commit
d15ba3939d
15 changed files with 627 additions and 3 deletions
|
|
@ -618,6 +618,7 @@ class DatasetRetrievalSettingApi(Resource):
|
|||
| VectorType.TENCENT
|
||||
| VectorType.PGVECTO_RS
|
||||
| VectorType.BAIDU
|
||||
| VectorType.VIKINGDB
|
||||
):
|
||||
return {"retrieval_method": [RetrievalMethod.SEMANTIC_SEARCH.value]}
|
||||
case (
|
||||
|
|
@ -655,6 +656,7 @@ class DatasetRetrievalSettingMockApi(Resource):
|
|||
| VectorType.TENCENT
|
||||
| VectorType.PGVECTO_RS
|
||||
| VectorType.BAIDU
|
||||
| VectorType.VIKINGDB
|
||||
):
|
||||
return {"retrieval_method": [RetrievalMethod.SEMANTIC_SEARCH.value]}
|
||||
case (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue