Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Mar 20, 2024
1 parent 20f3e66 commit 91c5b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/worker/src/execution/orchestration/hnsw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ impl Handler<PullLogsResult> for HnswQueryOrchestrator {

match message {
Ok(logs) => {
println!("Received logs: {:?}", logs);
let _ = result_channel.send(Ok(vec![vec![VectorQueryResult {
id: "abc".to_string(),
seq_id: BigInt::from(0),
Expand Down

0 comments on commit 91c5b03

Please sign in to comment.