feat: support vastbase vector database (#16308)
This commit is contained in:
parent
cd9e6609ad
commit
0babdffe3e
13 changed files with 390 additions and 0 deletions
|
|
@ -657,6 +657,7 @@ class DatasetRetrievalSettingApi(Resource):
|
|||
| VectorType.ELASTICSEARCH
|
||||
| VectorType.ELASTICSEARCH_JA
|
||||
| VectorType.PGVECTOR
|
||||
| VectorType.VASTBASE
|
||||
| VectorType.TIDB_ON_QDRANT
|
||||
| VectorType.LINDORM
|
||||
| VectorType.COUCHBASE
|
||||
|
|
@ -706,6 +707,7 @@ class DatasetRetrievalSettingMockApi(Resource):
|
|||
| VectorType.ELASTICSEARCH_JA
|
||||
| VectorType.COUCHBASE
|
||||
| VectorType.PGVECTOR
|
||||
| VectorType.VASTBASE
|
||||
| VectorType.LINDORM
|
||||
| VectorType.OPENGAUSS
|
||||
| VectorType.OCEANBASE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue