Databricks SDK for JavaScript
    Preparing search index...

    Interface RerankerConfig_RerankerParameters

    Parameters controlling how the reranker processes results.

    interface RerankerConfig_RerankerParameters {
        columnsToRerank?: string[];
    }
    Index

    Properties

    Properties

    columnsToRerank?: string[]

    Columns whose values are concatenated and sent to the reranker.