added step to diversityBias

This commit is contained in:
Ofer Mendelevitch 2024-01-08 10:26:17 -08:00 committed by Ilango
parent c93b01e821
commit 2484d2a676
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class Vectara_VectorStores implements INode {
{
label: 'MMR diversity bias',
name: 'mmrDiversityBias',
step: 0.1,
description:
'The diversity bias to use for MMR. This is a value between 0.0 and 1.0' +
'Values closer to 1.0 optimize for the most diverse results.' +