mirror of https://github.com/milvus-io/milvus.git
Updated Getting started (markdown)
parent
869b856796
commit
55558175db
|
@ -1,5 +1,4 @@
|
|||
For the following, we assume Milvus is installed. We provide code examples in Python and Node. The code can be run by copy/pasting it.
|
||||
Getting some data.
|
||||
For the following, we assume Milvus is installed. We provide code examples in Python and Node. The code can be run by copy/pasting it,so that you can quickly experience using Milvus to achieve vector similarity retrieval.
|
||||
|
||||
# Getting some data
|
||||
To run insert and search in Milvus, we need two matrices:
|
||||
|
|
Loading…
Reference in New Issue