View Source OpenAi.VectorStore.SearchRequest.RankingOptions (OpenAI REST API Client v1.0.1)

Provides struct and type for a VectorStore.SearchRequest.RankingOptions

Summary

Types

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