[Bug]: hello_milvus.py link not working #27387
Labels
kind/bug
Issues or changes related a bug
stale
indicates no udpates for 30 days
triage/needs-information
Indicates an issue needs more information in order to work on it.
Is there an existing issue for this?
Environment
Current Behavior
wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.x/examples/hello_milvus.py
that URL is broken in the Milvus documentation hence I got the code from here :
$wget https://github.com/milvus-io/pymilvus/blob/master/examples/hello_milvus.py
however problem with this code is there is error on Python : false vs False , true vs True and null vs None
After replacing this : python3 hello_milvus.py doesn't show any output
Expected Behavior
python3 hello_milvus.py show output as per what state in documentation
Steps To Reproduce
$wget https://github.com/milvus-io/pymilvus/blob/master/examples/hello_milvus.py $python3 hello_milvus.py nothing happens
Milvus Log
nA
Anything else?
no
The text was updated successfully, but these errors were encountered: