Provides struct and type for a VectorStore.SearchRequest.RankingOptions
@type t() :: %OpenAi.VectorStore.SearchRequest.RankingOptions{ ranker: String.t() | nil, score_threshold: number() | nil }