recall

abstract fun recall(query: String, forEntity: <Error class: unknown class>, topK: Int = 10): List<Proposition>

Recall propositions relevant to a query. Combines: vector similarity + entity overlap + recency.

Return

Relevant propositions ordered by relevance

Parameters

query

The search query

forEntity

Entity to scope the retrieval to

topK

Maximum number of results