docs: fix media_url example to show realistic filename

This commit is contained in:
Warren
2026-03-25 16:27:06 +08:00
parent 4f402c873b
commit f1d7077e40

View File

@@ -165,7 +165,7 @@ n8n 專用搜尋(包含影片網址)
"title": "Chunk sentence_1471",
"text": "influenced by a vital way,",
"score": 0.68,
"media_url": "https://wp.momentry.ddns.net/video.mp4"
"media_url": "https://wp.momentry.ddns.net/影片檔名.mp4"
}
]
}
@@ -178,6 +178,7 @@ n8n 專用搜尋(包含影片網址)
| Chunk ID | `chunk_id` | `id` |
| 開始時間 | `start_time` | `start` |
| 結束時間 | `end_time` | `end` |
| 相似度分數 | `score` | `score` |
| 影片網址 | ❌ | ✅ `media_url` |
### 3.3 任務相關