{
"vectorEmbedModelId": 0,
"collectionName": "string",
"dimensions": 0,
"vectorDatabase": {
"id": 0,
"deptId": 0,
"tenantId": 0,
"title": "string",
"type": "string",
"configOptions": {
"key": {}
},
"options": {
"key": {}
},
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0
}
}curl --location '/public-api/v1/vectorDatabase/verifyVectorConfig' \
--header 'Authorization: Bearer 593c8a84a01746ed96abfb26c15d2103' \
--header 'Content-Type: application/json' \
--data '{
"vectorEmbedModelId": 0,
"collectionName": "string",
"dimensions": 0,
"vectorDatabase": {
"id": 0,
"deptId": 0,
"tenantId": 0,
"title": "string",
"type": "string",
"configOptions": {
"key": {}
},
"options": {
"key": {}
},
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0
}
}'{
"errorCode": 0,
"message": "",
"data": null
}