Skip to main content

inline::milvus

Description

Please refer to the remote provider documentation.

Configuration

FieldTypeRequiredDefaultDescription
db_pathstrNo
persistenceKVStoreReferenceNoConfig for KV store backend (SQLite only for now)
persistence.namespacestrNoKey prefix for KVStore backends
persistence.backendstrNoName of backend from storage.backends
consistency_levelstrNoStrongThe 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