Receipt-bearing embedding hit for callers that expose persisted previews. The legacy EmbedSearchHit shape remains receipt-free; MCP egress paths use this intersection and validate its authority tuple after their final awaited live-source check.
const hits: EmbedReceiptSearchHit[] = db.searchWithReceipts(queryVector, 10); Copy
const hits: EmbedReceiptSearchHit[] = db.searchWithReceipts(queryVector, 10);
Receipt-bearing embedding hit for callers that expose persisted previews. The legacy EmbedSearchHit shape remains receipt-free; MCP egress paths use this intersection and validate its authority tuple after their final awaited live-source check.