Skip to content

Commit

Permalink
init 2.5
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Sep 9, 2024
1 parent 62c4fd4 commit 8b9c0c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
pull_request:
branches:
- main
- 2.4
- 2.5
types: [opened, synchronize]
push:
branches:
- main
- 2.4
- 2.5
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "proto"]
path = proto
url = https://github.com/milvus-io/milvus-proto.git
branch = 2.4
branch = master
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.8",
"milvusVersion": "v2.4.10",
"milvusVersion": "master-20240908-208c8a23-amd64",
"main": "dist/milvus",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion proto
2 changes: 1 addition & 1 deletion test/grpc/MultipleVectors.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
generateInsertData,
} from '../tools';

const milvusClient = new MilvusClient({ address: IP, logLevel: 'info' });
const milvusClient = new MilvusClient({ address: IP, logLevel: 'debug' });
const COLLECTION_NAME = GENERATE_NAME();

const dbParam = {
Expand Down

0 comments on commit 8b9c0c3

Please sign in to comment.