mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-04 03:31:23 +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
|
# 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 {
|
first-phase {
|
||||||
expression: bm25(content) + (5 * bm25(title))
|
expression: bm25(content) + (5 * bm25(title))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user