mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-13 05:10:13 +02:00
Fix Explorer (#597)
This commit is contained in:
parent
93d4eef61d
commit
bc1de6562d
@ -157,7 +157,7 @@ schema danswer_chunk {
|
||||
}
|
||||
|
||||
# used when searching from the admin UI for a specific doc to hide / boost
|
||||
rank-profile admin_search inherits default {
|
||||
rank-profile admin_search inherits default, default_rank {
|
||||
first-phase {
|
||||
expression: bm25(content) + (5 * bm25(title))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user