Ther could be multiple ways to achieve this:
- Make the whole latency less than around 200ms
- Have two API calls. Have the autocomplete latency lower than 200ms and then have a subsequent call with a diffrent debounce. Keep debounce only for next phrase API and have autocomplete trigger instantly.