Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 711195c

Browse files
committed
remove comment
1 parent cb72db2 commit 711195c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/bleep/src/webserver/semantic.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pub(super) async fn raw_chunks(
4545
.map(|r| {
4646
use qdrant_client::qdrant::{value::Kind, Value};
4747

48-
// TODO: Can we merge with webserver/semantic.rs:L63?
4948
fn value_to_string(value: Value) -> String {
5049
match value.kind.unwrap() {
5150
Kind::StringValue(s) => s,
@@ -63,7 +62,6 @@ pub(super) async fn raw_chunks(
6362
}
6463

6564
let embedding = extract_vector(&r);
66-
6765
let mut s = r.payload;
6866

6967
Snippet {

0 commit comments

Comments
 (0)