Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: BubbleCal <[email protected]>
  • Loading branch information
BubbleCal committed Dec 20, 2024
1 parent e3175e6 commit c18b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/lance/src/index/vector/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ impl<S: IvfSubIndex + 'static, Q: Quantization + 'static> IvfIndexBuilder<S, Q>
location!(),
))?;
let dim = utils::get_vector_dim(dataset, &self.column)?;
super::build_ivf_model(&dataset, &self.column, dim, self.distance_type, ivf_params).await
super::build_ivf_model(dataset, &self.column, dim, self.distance_type, ivf_params).await

// TODO: load ivf model
}
Expand Down

0 comments on commit c18b4dc

Please sign in to comment.