Expected Behavior
Able to execute from feast.infra.online_stores.milvus_online_store import MilvusOnlineStoreConfig, which is needed for feast apply in the local RAG example
Current Behavior
ImportError: cannot import name 'MilvusOnlineStoreConfig' from 'feast.infra.online_stores.milvus_online_store'
Steps to reproduce
Specifications
- Version: feast[milvus,nlp]>=0.51.0
- Platform: macOS, Python">=3.11,<3.12"
- Subsystem:
Possible Solution