Milvus Deployment Modes
Introducing Milvus Lite: the Lightweight Version of Milvus

Introducing Milvus Lite: the Lightweight Version of Milvus

5/23/2023 · Fendy Feng

What this post added

Introduces Milvus Lite, a lightweight, self-contained version of Milvus that can be integrated as a Python library or run as a CLI-based standalone server. It details installation via pip, usage as a Python module with `default_server.start()` and `connections.connect()`, and as a CLI server with `milvus-server`. Debug modes are available via `debug_server.run()` or `milvus-server --debug`. Data and log persistence can be configured using `default_server.set_base_dir()` or `milvus-server --data`. Configuration is demonstrated using Python APIs (`default_server.config.set`) and CLI flags (`milvus-server --system-log-level`).

Read the original post ↗