Skip to content

Commit 40c447d

Browse files
kderussojimczi
andauthored
Update x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/rank/textsimilarity/TextSimilarityRankBuilder.java
Co-authored-by: Jim Ferenczi <[email protected]>
1 parent d56726c commit 40c447d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/rank/textsimilarity/TextSimilarityRankBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public RankFeaturePhaseRankCoordinatorContext buildRankFeaturePhaseCoordinatorCo
266266

267267
/**
268268
* @return The token size limit to apply to this rerank context.
269-
* TODO This should be pulled from the inference endpoint when available, not hardcoded.
269+
* TODO: This should be pulled from the inference endpoint when available, not hardcoded.
270270
*/
271271
public static Integer tokenSizeLimit(String inferenceId) {
272272
if (inferenceId.equals(DEFAULT_RERANK_ID) || inferenceId.equals(RERANKER_ID)) {

0 commit comments

Comments
 (0)