feat: support openGauss vector database (#15865)
This commit is contained in:
parent
db7a37a111
commit
223ab5a38f
16 changed files with 407 additions and 4 deletions
|
|
@ -659,6 +659,7 @@ class DatasetRetrievalSettingApi(Resource):
|
|||
| VectorType.LINDORM
|
||||
| VectorType.COUCHBASE
|
||||
| VectorType.MILVUS
|
||||
| VectorType.OPENGAUSS
|
||||
):
|
||||
return {
|
||||
"retrieval_method": [
|
||||
|
|
@ -702,6 +703,7 @@ class DatasetRetrievalSettingMockApi(Resource):
|
|||
| VectorType.COUCHBASE
|
||||
| VectorType.PGVECTOR
|
||||
| VectorType.LINDORM
|
||||
| VectorType.OPENGAUSS
|
||||
):
|
||||
return {
|
||||
"retrieval_method": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue