소스 검색

fix: reranking_enable setting failed #13668 (#13721)

le0zh 5 달 전
부모
커밋
1f63028a83
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      web/app/components/workflow/nodes/knowledge-retrieval/utils.ts

+ 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) {
   if (allHighQuality && !inconsistentEmbeddingModel && allInternal) {