feat: support Tablestore vector database (#16601)

Co-authored-by: xiaozhiqing.xzq <xiaozhiqing.xzq@alibaba-inc.com>
This commit is contained in:
wanttobeamaster 2025-03-27 15:53:33 +08:00 committed by GitHub
commit 7f70cadacb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 542 additions and 3 deletions

View file

@ -664,6 +664,7 @@ class DatasetRetrievalSettingApi(Resource):
| VectorType.MILVUS
| VectorType.OPENGAUSS
| VectorType.OCEANBASE
| VectorType.TABLESTORE
):
return {
"retrieval_method": [
@ -708,6 +709,7 @@ class DatasetRetrievalSettingMockApi(Resource):
| VectorType.LINDORM
| VectorType.OPENGAUSS
| VectorType.OCEANBASE
| VectorType.TABLESTORE
):
return {
"retrieval_method": [