KnowledgeRetrievalResult
A single result from knowledge retrieval, used across the pipeline.
Properties
Section titled “Properties”embedding?
Section titled “embedding?”optional embedding?: readonly number[];id: string;metadata?
Section titled “metadata?”optional metadata?: Record<string, unknown>;relevanceScore?
Section titled “relevanceScore?”optional relevanceScore?: number;score?
Section titled “score?”optional score?: number;snippet?
Section titled “snippet?”optional snippet?: string;sourceId
Section titled “sourceId”sourceId: string;text: string;