recall
open override fun recall(query: String, forEntity: <Error class: unknown class>, topK: Int): 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
for Entity
Entity to scope the retrieval to
top K
Maximum number of results