mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-01 10:10:49 +02:00
Fix Explorer (#597)
This commit is contained in:
@ -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))
|
||||
}
|
||||
|
Reference in New Issue
Block a user