Companion

object Companion

Functions

Link copied to clipboard
fun create(repository: <Error class: unknown class>, candidateBakeoff: CandidateBakeoff? = null): EscalatingEntityResolver

Build a resolver with the full default searcher chain (exact → heuristic → vector → LLM).

Link copied to clipboard
fun withoutVector(repository: <Error class: unknown class>, candidateBakeoff: CandidateBakeoff? = null): EscalatingEntityResolver

Build a resolver without the vector/embedding searcher — useful when the store has no vector index.