
12/23/2020 · milvus
What this post added
This post details how to set up and run Milvus in Google Colaboratory by compiling from source code, as Docker is not supported in the Colab environment. It provides step-by-step instructions for downloading source code, installing dependencies, building Milvus, launching the server, and performing basic operations using the `pymilvus` Python SDK, including connecting to the server, creating collections, partitions, and indexes, inserting and flushing data, loading and searching, retrieving collection/index information, getting vectors by ID, managing configurations, and deleting resources.