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