You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error message: [ERROR] OSError: [Errno 30] Cache directory "/home/sbx_user1051/.docetl/llm_cache" does not exist and could not be created
Deploying docetl to AWS lambda fails, because AWS lambda does not allow write to home directory. AWS lambda writes are only supported to the /tmp directory.
DOCETL_HOME_DIR is always created at users home directory, can this be configured through the env?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Error message:
[ERROR] OSError: [Errno 30] Cache directory "/home/sbx_user1051/.docetl/llm_cache" does not exist and could not be created
Deploying docetl to AWS lambda fails, because AWS lambda does not allow write to home directory. AWS lambda writes are only supported to the /tmp directory.
DOCETL_HOME_DIR is always created at users home directory, can this be configured through the env?
The text was updated successfully, but these errors were encountered: