Skip to content

Commit 4e82fe1

Browse files
Anush008timvisee
andauthored
Update src/main/java/io/qdrant/client/VectorInputFactory.java
Co-authored-by: Tim Visée <tim+github@visee.me>
1 parent 951dc74 commit 4e82fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/qdrant/client/VectorInputFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static VectorInput vectorInput(Image image) {
143143
* @param object An instance of {@link InferenceObject}
144144
* @return a new instance of {@link VectorInput}
145145
*/
146-
public static VectorInput vectorInpu(InferenceObject object) {
146+
public static VectorInput vectorInput(InferenceObject object) {
147147
return VectorInput.newBuilder().setObject(object).build();
148148
}
149149
}

0 commit comments

Comments
 (0)