query

open override fun query(query: PropositionQuery): List<Proposition>

Disambiguates the diamond between VectorSearchCapable.query and PropositionStore.query by forwarding to the supplementary store, giving the composed type a single unambiguous query.