From 66976529d2ae7bef895880e8b6634118a9bae16e Mon Sep 17 00:00:00 2001 From: joachim-danswer Date: Sun, 23 Feb 2025 14:02:39 -0800 Subject: [PATCH] nit --- .../document_index/vespa/app_config/schemas/danswer_chunk.sd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/onyx/document_index/vespa/app_config/schemas/danswer_chunk.sd b/backend/onyx/document_index/vespa/app_config/schemas/danswer_chunk.sd index aacadb951..fa71bff3d 100644 --- a/backend/onyx/document_index/vespa/app_config/schemas/danswer_chunk.sd +++ b/backend/onyx/document_index/vespa/app_config/schemas/danswer_chunk.sd @@ -148,7 +148,7 @@ schema DANSWER_CHUNK_NAME { } function inline document_aggregated_boost_factor() { - # Time in years (91.3 days ~= 3 Months ~= 1 fiscal quarter if no age found) + # Aggregated boost factor, currently only used for information content classification expression: if(isNan(attribute(aggregated_boost_factor)) == 1, 1.0, attribute(aggregated_boost_factor)) }