QDRANT_URL
QDRANT_API_KEY
from embedchain import App # load qdrant configuration from yaml file app = App.from_config(config_path="config.yaml")
Was this page helpful?