删除空行

This commit is contained in:
Pan Qiancheng 2025-04-26 16:03:41 +08:00
parent 3553345f50
commit 613e8ef5ee
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ def insert_errors(errors: List[ErrorInsert]):
"layers": layers,
"layer_vectors": layer_vectors
}
aggregate_index, id_to_index, index_to_id = rebuild_index(error_memory)
return {"inserted": [e.db_id for e in errors]}