supportsVector

Whether the wrapped store can actually run vector similarity search right now. This is behavioural, not just structural: a store that implements VectorSearchCapable but was wired without an embedder reports false here (and returns empty from findSimilar), so a caller never sees true paired with silently-empty results.