Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moss.dev/llms.txt

Use this file to discover all available pages before exploring further.

@moss-dev/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).-