from embedchain import App # load chroma configuration from yaml file app = App.from_config(config_path="config1.yaml")
Was this page helpful?