Parcourir la source

fix: reranking_enable setting failed #13668 (#13721)

le0zh il y a 2 mois
Parent
commit
1f63028a83

+ 0 - 3
web/app/components/workflow/nodes/knowledge-retrieval/utils.ts

@@ -167,9 +167,6 @@ export const getMultipleRetrievalConfig = (
         }
       }
     }
-    else {
-      result.reranking_enable = true
-    }
   }
 
   if (allHighQuality && !inconsistentEmbeddingModel && allInternal) {