This commit is contained in:
joachim-danswer 2025-02-23 14:02:39 -08:00
parent 1954105cc6
commit 66976529d2

View File

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