pip install --upgrade 'embedchain[milvus]'
ZILLIZ_CLOUD_URI
ZILLIZ_CLOUD_TOKEN
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")
Was this page helpful?