@zilliz/milvus2-sdk-node 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -70,7 +70,7 @@ Machine learning and neural networks often use half-precision data types, such a
70
70
  > });
71
71
  > // search: use bytes to search, output float32 array
72
72
  > const search = await milvusClient.search({
73
- > vector: data[0].vector, // if you pass bytes, no transform will performed
73
+ > vector: data[0].vector,
74
74
  > collection_name: COLLECTION_NAME,
75
75
  > output_fields: ['id', 'vector'],
76
76
  > limit: 5,
package/dist/sdk.json CHANGED
@@ -1 +1 @@
1
- {"version":"2.4.0","milvusVersion":"v2.4.0"}
1
+ {"version":"2.4.1","milvusVersion":"v2.4.0"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zilliz/milvus2-sdk-node",
3
3
  "author": "ued@zilliz.com",
4
- "version": "2.4.0",
4
+ "version": "2.4.1",
5
5
  "milvusVersion": "v2.4.0",
6
6
  "main": "dist/milvus",
7
7
  "files": [
@@ -22,6 +22,7 @@
22
22
  "dependencies": {
23
23
  "@grpc/grpc-js": "^1.10.1",
24
24
  "@grpc/proto-loader": "^0.7.10",
25
+ "@petamoriken/float16": "^3.8.6",
25
26
  "dayjs": "^1.11.7",
26
27
  "generic-pool": "^3.9.0",
27
28
  "lru-cache": "^9.1.2",
@@ -30,7 +31,6 @@
30
31
  },
31
32
  "devDependencies": {
32
33
  "@babel/plugin-transform-modules-commonjs": "^7.21.5",
33
- "@petamoriken/float16": "^3.8.6",
34
34
  "@types/jest": "^29.5.1",
35
35
  "@types/node-fetch": "^2.6.8",
36
36
  "jest": "^29.5.0",