Typed FTS search result with ranking and snippets.
Summary
Types
@type source() :: :session | :memory
@type t() :: %Vibe.Storage.Search.Result{ at: DateTime.t() | nil, id: String.t(), metadata: map(), owner_id: String.t() | nil, rank: number() | nil, snippet: String.t() | nil, snippet_parts: [snippet_part()], source: source(), text: String.t(), title: String.t() | nil }