Skip to content

Commit c24a65b

Browse files
committed
chore: delete unused property
Multi-vectors can only be created as named vectors.
1 parent 02c4e2c commit c24a65b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/io/weaviate/client/v1/batch/model/ObjectGetResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public class ObjectGetResponse {
2626
Map<String, Object> properties;
2727
Map<String, Object> additional;
2828
Float[] vector;
29-
Float[][] multiVector;
3029
Map<String, Float[]> vectors;
3130
Map<String, Float[][]> multiVectors;
3231
Object vectorWeights;

0 commit comments

Comments
 (0)