Use the parameter "debug": "all"
in your request. Then you will get in the response a new property like "vectorSimilarity": "0.998"
that goes from 0 to 1. In most cases you can then ignore keyword score, since vector search is very accurate. Semantic ranking is an overkill for most use cases.