Documentation Index
Fetch the complete documentation index at: https://docs.haiqu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Haiqu Login
Haiqu.login(api_access_key=None, edge_uri=None, raise_on_error=False)
Log in to the Haiqu cloud environment.- Parameters:
- api_access_key (str | None) — The token to access the Haiqu API. Optional in the Haiqu Lab environment. Defaults to
None, in which case the value will be taken from theHAIQU_API_KEYenvironment variable. - edge_uri (str | None) — The network location of the Haiqu API service. Defaults to
None, which will set it automatically to an appropriate value. - raise_on_error (bool) — By default, human-friendly messages are returned. Set this to raise exceptions instead.
- api_access_key (str | None) — The token to access the Haiqu API. Optional in the Haiqu Lab environment. Defaults to
- Returns: Status message.
- Return type: str