By cooktheryan in opendatahub-io#18
The operator should have the ability to optionally deploy Milvus-lite as the vectorDB. This can be accomplished by adding the following to the llama stack run config
vector_io:
- provider_id: milvus
provider_type: inline::milvus
config:
db_path: ${env.MILVUS_DB_PATH}
The DB path we could either make an optional path or hardcode something that we can attach a pvc to