export type VectorResult = { type?: string; title?: string; snippet: string; source?: string; score?: number; confidence_level?: number; llm_provider?: string; llm_model?: string; };