namespace OpenQuery.Models; public record Chunk( string Content, string SourceUrl, string? Title = null ) { public float[]? Embedding { get; set; } public float Score { get; set; } }