perf: 去掉raw content

This commit is contained in:
archer
2023-04-07 16:12:43 +08:00
parent 84d91f3f76
commit f19c2d2ca1
4 changed files with 7 additions and 23 deletions

View File

@@ -68,8 +68,6 @@ export async function generateVector(next = false): Promise<any> {
dataItem.id,
'vector',
vectorToBuffer(vector),
'rawVector',
JSON.stringify(vector),
'status',
ModelDataStatusEnum.ready
]);