Skip to main content
@inferedge/moss / QueryResultDocumentInfo

Interface: QueryResultDocumentInfo

Document result from a query with similarity score.

Extends

  • DocumentInfo

Properties

PropertyTypeRequiredDescriptionInherited from
idstringYesUnique identifier within an index.DocumentInfo.id
textstringYesREQUIRED canonical text to embed/search.DocumentInfo.text
metadataRecord<string, string>NoOptional metadata associated with the document.DocumentInfo.metadata
scorenumberYesSimilarity score (0-1, higher = more similar).-