Skip to content

Commit

Permalink
bugfix: use the search events search id in RAG route
Browse files Browse the repository at this point in the history
  • Loading branch information
densumesh committed Oct 8, 2024
1 parent b064266 commit 4b04a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/operators/message_operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ pub async fn stream_response(
id: query_id,
created_at: time::OffsetDateTime::now_utc(),
dataset_id: dataset.id,
search_id: uuid::Uuid::nil(),
search_id: clickhouse_search_event.id,
results: chunk_ids
.clone()
.into_iter()
Expand Down

0 comments on commit 4b04a36

Please sign in to comment.