Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit af793bc

Browse files
authored
Fix typo in semantic.rs (#820)
langauges -> languages
1 parent b99aa62 commit af793bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/bleep/src/semantic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ fn mean_pool(embeddings: Vec<Vec<f32>>) -> Vec<f32> {
729729
// - "novelty" or, the measure of how minimal the similarity is
730730
// to existing documents in the selection
731731
// The value of lambda skews the weightage in favor of either relevance or novelty.
732-
// - we add a language diversity factor to the score to encourage a range of langauges in the results
732+
// - we add a language diversity factor to the score to encourage a range of languages in the results
733733
// - we also add a path diversity factor to the score to encourage a range of paths in the results
734734
// k: the number of embeddings to select
735735
pub fn deduplicate_with_mmr(

0 commit comments

Comments
 (0)