向量数据库VikingDB
重建 URI 的语义/向量 artifacts。
ov reindex <uri> [options]
参数 | 必填 | 说明 | 默认值 |
|---|---|---|---|
| 是 | 要重建索引的子树 URI |
参数 | 必填 | 说明 | 默认值 |
|---|---|---|---|
| 否 | 重建索引模式 |
|
| 否 | 等待完成 |
|
| 否 | 使用 root API Key 执行管理命令 |
ov reindex viking://projects/acme --mode vectors_only --wait true
重建后,可以:
# 检查任务 ov task list # 验证检索结果 ov find "query" -u <uri>