Interface RerankOptions

All Superinterfaces:
org.springframework.ai.model.ModelOptions
All Known Implementing Classes:
DashScopeRerankOptions

public interface RerankOptions extends org.springframework.ai.model.ModelOptions
Title rerank options.
Description rerank options.
Since:
1.0.0-M2
Author:
yuanci.ytb
  • Method Details

    • getModel

      @Nullable String getModel()
    • getTopN

      @Nullable Integer getTopN()