Install related dependencies using the following command:
pip install --upgrade 'embedchain[milvus]'
Set the Zilliz environment variables ZILLIZ_CLOUD_URI and ZILLIZ_CLOUD_TOKEN which you can find it on their cloud platform.
import os
from embedchain import App

os.environ['ZILLIZ_CLOUD_URI'] = 'https://xxx.zillizcloud.com'
os.environ['ZILLIZ_CLOUD_TOKEN'] = 'xxx'

# load zilliz configuration from yaml file
app = App.from_config(config_path="config.yaml")
If you can't find specific feature or run into issues, please feel free to reach out through one of the following channels.