Commit 4c7a4f92 authored by jielinxu's avatar jielinxu Committed by GitHub
Browse files

[skip ci] Update Python example code link

Former-commit-id: 95a2a30db893e2d276f24660a9a1dd2d5bcbdd4a
parent 10ef8425
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ Install Milvus Python SDK.
$ pip install pymilvus==0.2.3
```

Create a new file `example.py`, and add [Python example code](https://github.com/milvus-io/pymilvus/blob/master/examples/advancedexample.py) to it.
Create a new file `example.py`, and add [Python example code](https://github.com/milvus-io/pymilvus/blob/master/examples/advanced_example.py) to it.

Run the example code.