inline::milvus
Description
Please refer to the remote provider documentation.
Configuration
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
db_path | str | No | ||
persistence | KVStoreReference | No | Config for KV store backend (SQLite only for now) | |
persistence.namespace | str | No | Key prefix for KVStore backends | |
persistence.backend | str | No | Name of backend from storage.backends | |
consistency_level | str | No | Strong | The consistency level of the Milvus server |
Sample Configuration
db_path: ${env.MILVUS_DB_PATH:=~/.llama/dummy}/milvus.db
persistence:
namespace: vector_io::milvus
backend: kv_default