Skip to main content
@inferedge/moss / QueryResultDocumentInfo

Interface: QueryResultDocumentInfo

Document result from a query with similarity score.

Extends

Properties

PropertyTypeDescriptionInherited from
idstringUnique identifier within an index.DocumentInfo.id
textstringREQUIRED canonical text to embed/search.DocumentInfo.text
metadata?Record<string, string>Optional metadata associated with the document.DocumentInfo.metadata
embedding?number[]Optional caller-provided embedding vector.DocumentInfo.embedding
scorenumberSimilarity score (0-1, higher = more similar).-