QueryResultDocumentSubscores interface
The breakdown of subscores between the text and vector query components of the search query for this document. Each vector query is shown as a separate object in the same order they were received.
Properties
| document |
The BM25 or Classic score for the text portion of the query. |
| text | The BM25 or Classic score for the text portion of the query. |
| vectors | The vector similarity and |
Property Details
documentBoost
The BM25 or Classic score for the text portion of the query.
documentBoost?: number
Property Value
number
text
The BM25 or Classic score for the text portion of the query.
text?: TextResult
Property Value
vectors
The vector similarity and
vectors?: Record<string, SingleVectorFieldResult>[]
Property Value
Record<string, SingleVectorFieldResult>[]