Browse Source

fix: reranking_enable setting failed #13668 (#13721)

tags/1.0.0
le0zh 8 months ago
parent
commit
1f63028a83
No account linked to committer's email address
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      web/app/components/workflow/nodes/knowledge-retrieval/utils.ts

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

@@ -167,9 +167,6 @@ export const getMultipleRetrievalConfig = (
}
}
}
else {
result.reranking_enable = true
}
}

if (allHighQuality && !inconsistentEmbeddingModel && allInternal) {

Loading…
Cancel
Save