findSimilarWithScores

open override fun findSimilarWithScores(textSimilaritySearchRequest: <Error class: unknown class>): List<<Error class: unknown class><Proposition>>

Proposition vector similarity search. Forwards to the supplementary store when it is vector-capable; degrades gracefully to an empty list otherwise. Never touches the entity-axis SPI vector search, which operates on a different axis.


open override fun findSimilarWithScores(textSimilaritySearchRequest: <Error class: unknown class>, query: PropositionQuery): List<<Error class: unknown class><Proposition>>

Filtered similarity search. Forwards to the supplementary store so any backend that pushes the query filter down to its own index gets credit for it, rather than falling back to the interface default that re-filters generic results. Degrades to empty when the supplementary store is not vector-capable.