Interface RetrieverVectorStoreNodeParameters

Source
interface RetrieverVectorStoreNodeParameters {
    topK?: number;
}

Properties§

Source§

readonly topK?: number

The maximum number of results to return Default: 4