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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Increase max accepted file size to 500mb (#155)
<!-- begin-generated-description -->
This PR updates the file size limit in the
`cohere_compass/clients/parser.py` file.
- `DEFAULT_MAX_ACCEPTED_FILE_SIZE_BYTES` is increased from 50,000,000 to
500,000,000.
- `max_size_mb` is calculated using integer division (`//`) instead of
float division (`/`).
- The error message is updated to use uppercase "MB" instead of
lowercase "mb".
<!-- end-generated-description -->