Ir al contenido principal

SemanticSearchResult

A verse matched by meaning rather than by wording, with its similarity score

type SemanticSearchResult {
similarity: Float!
verse: Verse!
}

Fields

SemanticSearchResult.similarity ● Float! non-null scalar

Cosine similarity to the query, from 0.0 to 1.0 — higher is closer in meaning. Results are ordered by this value, descending.

SemanticSearchResult.verse ● Verse! non-null object

The matched verse

Returned By

semanticSearch query