|
@@ -16,6 +16,7 @@
|
|
* specific language governing permissions and limitations
|
|
* specific language governing permissions and limitations
|
|
* under the License.
|
|
* under the License.
|
|
*/
|
|
*/
|
|
|
|
+package io.milvus;
|
|
|
|
|
|
import io.milvus.client.MilvusServiceClient;
|
|
import io.milvus.client.MilvusServiceClient;
|
|
import io.milvus.common.clientenum.ConsistencyLevelEnum;
|
|
import io.milvus.common.clientenum.ConsistencyLevelEnum;
|
|
@@ -32,7 +33,6 @@ import java.util.*;
|
|
import org.tensorflow.ndarray.buffer.ByteDataBuffer;
|
|
import org.tensorflow.ndarray.buffer.ByteDataBuffer;
|
|
import org.tensorflow.types.*;
|
|
import org.tensorflow.types.*;
|
|
|
|
|
|
-
|
|
|
|
public class Float16VectorExample {
|
|
public class Float16VectorExample {
|
|
private static final String COLLECTION_NAME = "java_sdk_example_float16";
|
|
private static final String COLLECTION_NAME = "java_sdk_example_float16";
|
|
private static final String ID_FIELD = "id";
|
|
private static final String ID_FIELD = "id";
|