From bc1de6562d3f66a68a86a76f601b50870c38e34b Mon Sep 17 00:00:00 2001 From: Yuhong Sun Date: Thu, 19 Oct 2023 17:33:49 -0700 Subject: [PATCH] Fix Explorer (#597) --- .../datastores/vespa/app_config/schemas/danswer_chunk.sd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/danswer/datastores/vespa/app_config/schemas/danswer_chunk.sd b/backend/danswer/datastores/vespa/app_config/schemas/danswer_chunk.sd index 61de558a0ae..4d08b60a75d 100644 --- a/backend/danswer/datastores/vespa/app_config/schemas/danswer_chunk.sd +++ b/backend/danswer/datastores/vespa/app_config/schemas/danswer_chunk.sd @@ -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)) }