feat: support openGauss vector database (#15865)

This commit is contained in:
LittleFish-15
2025-03-17 19:42:54 +08:00
committed by GitHub
parent db7a37a111
commit 223ab5a38f
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": [