Skip to content

Commit

Permalink
fix quantizatio files path
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed May 14, 2023
1 parent ce2763f commit 2251c46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl QuantizedVectors {
Ok(QuantizedVectors {
storage_impl: quantized_store,
config,
path: data_path,
path: path.to_path_buf(),
distance,
})
}
Expand Down

0 comments on commit 2251c46

Please sign in to comment.