Skip to content

Commit 63ae374

Browse files
committed
fix code comments in llamareranker file
1 parent 3f51a7f commit 63ae374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LLama/LLamaReranker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public async Task<IReadOnlyList<float>> GetRelevanceScores(string input, IReadOn
100100
/// <param name="input"></param>
101101
/// <param name="document"></param>
102102
/// <param name="cancellationToken"></param>
103+
/// <param name="normalize">Whether to normalize the score to the range (0, 1)</param>
103104
/// <returns></returns>
104105
/// <exception cref="RuntimeError"></exception>
105106
/// <exception cref="NotSupportedException"></exception>

0 commit comments

Comments
 (0)