Type alias MultiVectorConfig

MultiVectorConfig: {
    aggregation: "maxSim" | string;
    encoding?: MultiVectorEncodingConfig;
}

Type declaration