update vector 512
This commit is contained in:
@@ -123,6 +123,9 @@ class ApiController extends Controller {
|
||||
$f = [];
|
||||
foreach ($features as $k => $v) {
|
||||
$f[] = $v['features'];
|
||||
if (isset($v['features512']))
|
||||
if (count($v['features512']))
|
||||
$f[] = $v['features512'];
|
||||
}
|
||||
$allFeatures[] = [
|
||||
"id" => $value->id,
|
||||
|
||||
Reference in New Issue
Block a user