Controls the ranking of results.
Value should be between 0 and 1.
Will generate the ranking_expression in the following manner:
"{custom_embedding_ratio} * dotProduct({custom_embedding_field_path}) + {1 - custom_embedding_ratio} * relevance_score"