Assigned
Status Update
Comments
va...@google.com <va...@google.com>
pu...@google.com <pu...@google.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.
Description
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish:
For a search & conversational application, we need a datastore backend (e.g. GCS). Currently, we need to "re-index" the datastore manually (either through UI, or a script to re-index the GCS) whenever we add new PDFs into the GCS so that the new PDF content can be presented as a response.
How this might work:
Some meta pub/sub trigger on the GCS datastore and a built-in mechanism to re-index the new content
If applicable, reasons why alternative solutions are not sufficient:
Current symptom is not intuitive and having a built-in approach will benefit every customer
Other information (workarounds you have tried, documentation consulted, etc):