# KnowledgeBaseSearchHit **Type:** GraphQL objects **Description:** A single search result hit from the knowledge base vector search. ## Fields - id (String): The article ID that matched. - score (Float): Relevance score (higher is better). - metadata (JSON): Additional metadata about the match. - highlight (String): Highlighted text snippet showing the matching content.