yarn install
./convert.sh
# preview milvus codelab
yarn dev-milvus
# preview towhee codelab (not yet)
yarn dev-towhee
Once you have finished modifying codelabs, you need to re-convert them to html, then, just refresh your browser
./convert.sh
Each markdown must contain meta information at the head of the document, so that the web system can recognize it as a tutorial
summary: How to use milvus and vgg to implement a reverse image search application id: how-to-do-reverse-image-search categories: milvus tags: demo status: Published authors: Brother Long Feedback Link: https://milvus.io
Plain Text followed by green and yellow info boxes
Negative
: If you're using Windows make sure to set your text editor to use UNIX line endings!
Positive
: This will appear in a green info box.
You created info boxes!
Plain Text followed by bullets
- Hello
- CodeLab
- World
You created bullets!
1. List
1. Using
1. Numbers
You created a numbered list!
![https://codepen.io/tzoght/embed/yRNZaP](https://en.wikipedia.org/wiki/File:Example.jpg 'Try Me Publisher')
<video id="mdmtWPqTf-w"></video>
# Run `python3` in your terminal to operate in the Python interactive mode.
from pymilvus import connections
connections.connect(
alias="default",
host='localhost',
port='19530'
)