@inferedge/moss / QueryResultDocumentInfo
Interface: QueryResultDocumentInfo
Document result from a query with similarity score.
Extends
Properties
id
id:
string
Unique identifier within an index.
Inherited from
text
text:
string
REQUIRED canonical text to embed/search.
Inherited from
metadata?
optionalmetadata:Record<string,string>
Optional metadata associated with the document.
Inherited from
score
score:
number
Similarity score (0-1, higher = more similar).