feat: support openGauss vector database (#15865)

This commit is contained in:
LittleFish-15 2025-03-17 19:42:54 +08:00 committed by GitHub
commit 223ab5a38f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 407 additions and 4 deletions

View file

@ -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": [