15 lines
476 B
PHP
15 lines
476 B
PHP
<?php
|
|
return array (
|
|
'name' => 'tip_qdrant_vectorize',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'qdrant vectorize',
|
|
1 => 'qdrant agents',
|
|
2 => 'vectorize all',
|
|
),
|
|
'cmd' => 'echo tip qdrant vectorize - 20 collections qdrant ; agents/skills/tools vectorises pour search semantique ; embed via all-minilm 768d ; integration via /api/qdrant-search.php',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T13:59:34+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
);
|