Skip to content

Commit

Permalink
Fix Explorer (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 authored Oct 20, 2023
1 parent 93d4eef commit bc1de65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

1 comment on commit bc1de65

@vercel
Copy link

@vercel vercel bot commented on bc1de65 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.