Skip to content

Commit

Permalink
fix: last qdrant warning (#7698)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <henry@dust.tt>
  • Loading branch information
fontanierh and Henry Fontanier authored Sep 26, 2024
1 parent 6f5a8b0 commit ba3cd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bin/qdrant/migrator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ async fn migrate_shadow_write(
qdrant::PointStruct::new(
r.id.unwrap(),
r.vectors.unwrap(),
Payload::new_from_hashmap(r.payload),
Payload::from(r.payload),
)
})
.collect::<Vec<_>>();
Expand Down

0 comments on commit ba3cd9a

Please sign in to comment.