This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: reranking_enable setting failed
#13668
(
#13721
)
tags/1.0.0
le0zh
8 months ago
parent
8a0aa91ed7
commit
1f63028a83
No account linked to committer's email address
1 changed files
with
0 additions
and
3 deletions
Split View
Show Diff Stats
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) {
Write
Preview
Loading…
Cancel
Save