knowledge_related
Find semantically related objects in video research collections using vector similarity search to discover connections between research data points.
Instructions
Find semantically related objects using near-object vector search.
Args: object_id: UUID of the source object. collection: Collection the source object belongs to. limit: Maximum number of related results.
Returns: Dict matching KnowledgeRelatedResult schema.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | UUID of the source object | |
| collection | Yes | ||
| limit | No | Max related results |