Skip to content

Commit

Permalink
upgrade milvus proto and testing version (#320)
Browse files Browse the repository at this point in the history
* upgrade test milvus version and milvus proto

Signed-off-by: ryjiang <[email protected]>

* fix broken http tests

Signed-off-by: ryjiang <[email protected]>

* fix test

Signed-off-by: ryjiang <[email protected]>

---------

Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid authored Jun 11, 2024
1 parent fbe9ec2 commit bfb0973
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 57 deletions.
2 changes: 1 addition & 1 deletion milvus/const/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const DEFAULT_VECTOR_FIELD = 'vector'; // default vector field
export const DEFAULT_PRIMARY_KEY_FIELD = 'id'; // default primary key field
export const DEFAULT_MAX_RETRIES = 3; // max retry time
export const DEFAULT_RETRY_DELAY = 10; // retry delay, 10ms
export const DEFAULT_PARTITIONS_NUMBER = 64; // default partitions number
export const DEFAULT_PARTITIONS_NUMBER = 16; // default partitions number
export const DEFAULT_RESOURCE_GROUP = '__default_resource_group'; // default resource group
export const DEFAULT_DB = 'default'; // default database name
export const DEFAULT_DYNAMIC_FIELD = '$meta'; // default dynamic field name
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zilliz/milvus2-sdk-node",
"author": "[email protected]",
"version": "2.4.2",
"milvusVersion": "v2.4.0",
"milvusVersion": "v2.4.4",
"main": "dist/milvus",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion proto
Loading

0 comments on commit bfb0973

Please sign in to comment.