Skip to content

Commit

Permalink
update next version (#331)
Browse files Browse the repository at this point in the history
* upgrade node sdk in examples

Signed-off-by: ryjiang <jiangruiyi@gmail.com>

* update next

Signed-off-by: ryjiang <jiangruiyi@gmail.com>

---------

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
  • Loading branch information
shanghaikid authored Jun 28, 2024
1 parent 1264ed6 commit 81d94fb
Show file tree
Hide file tree
Showing 3 changed files with 1,194 additions and 864 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MilvusClient } from '@zilliz/milvus2-sdk-node';

async function getData() {
const milvusClient = new MilvusClient({
address: '10.102.6.196:19530',
address: 'localhost:19530',
});

let res: any = await milvusClient.getMetric({
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@zilliz/milvus2-sdk-node": "^2.4.3",
"next": "14.1.1",
"next": "^14.2.4",
"react": "^18",
"react-dom": "^18"
},
Expand Down
Loading

0 comments on commit 81d94fb

Please sign in to comment.