runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py:2249: UnsupportedFieldAttributeWarning: The 'validate_default' attribute with value True was provided to the `Field()` function, which has no effect in the context it was used. 'validate_default' is field-specific metadata, and can only be attached to a model field using `Annotated` metadata or by assignment. This may have happened because an `Annotated` type alias using the `type` statement was used, or if the `Field()` function was attached to a single member of a union type. warnings.warn( Traceback (most recent call last): File "/app/app.py", line 61, in <module> parser = LlamaParse(api_key=os.getenv("LLAMA_INDEX_API"), result_type='markdown') File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 250, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 1 validation error for LlamaParse api_key Value error, The API key is required. [type=value_error, input_value=None, input_type=NoneType] For further information visit https://errors.pydantic.dev/2.12/v/value_error
Container logs:
Fetching error logs...