Fix Explorer (#597)

This commit is contained in:
Yuhong Sun 2023-10-19 17:33:49 -07:00 committed by GitHub
parent 93d4eef61d
commit bc1de6562d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))
}