Assigned
Status Update
Comments
si...@google.com <si...@google.com>
pv...@aiuta.com <pv...@aiuta.com> #2
I have one question related to Google translate API. but it is not related to this issue.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
le...@tink.com <le...@tink.com> #3
@vrames
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
Description
The problem is -- there is no way to attach a a compute disk as a volume to the containers so we could place the heavy model artifacts there. So now we have to either make a heavy docker images (bad for the start time) or download the artifacts on container start (even worse).
It would be much better to have a possibility to attach disk as containers volumes to keep model artifacts.