Result from semantic search for similar notes. Returns full entity object to avoid database round-trip.

interface NoteMatchResult {
    note: AIAgentNoteEntity;
    similarity: number;
}

Properties

Properties

similarity: number