Skip to content

Commit 7c7ab58

Browse files
committed
Update union parsing for serde value
1 parent 445a504 commit 7c7ab58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ops/storages/qdrant.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ fn extract_basic_value(
301301
qdrant::value::Kind::StructValue(_) if types.contains(&BasicValueType::Range) => {
302302
extract_basic_value(point, &BasicValueType::Range, field_name)
303303
}
304+
// TODO: Vector
304305
// Other value kinds
305306
_ => None,
306307
}))

0 commit comments

Comments
 (0)