from embedchain.config.BaseConfig import BaseConfig class QueryConfig(BaseConfig): """ Config for the `query` method. """ def __init__(self): pass