Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 committed Sep 5, 2024
1 parent 61442af commit 5b0511d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,6 @@ public TrainingModelRequest(StreamInput in) throws IOException {
this.compressionLevel = CompressionLevel.NOT_CONFIGURED;
}

// SpaceType topLevelSpaceType = SpaceType.DEFAULT;
//
// if(IndexUtil.isVersionOnOrAfterMinRequiredVersion(in.getVersion(), KNNConstants.TOP_LEVEL_SPACE_TYPE_FEATURE)) {
// topLevelSpaceType = SpaceType.getSpace(in.readOptionalString());
// }

this.knnMethodConfigContext = KNNMethodConfigContext.builder()
.vectorDataType(vectorDataType)
.dimension(dimension)
Expand Down

0 comments on commit 5b0511d

Please sign in to comment.