Yes.
Although Algolia’s default search-as-you-type is usually desirable, you can display the search results after a certain number of search characters typed.
Here's an example code sandbox that only searches after 3 characters are typed.
You may also review more information on Debouncing that can allow you to reduce the number of requests being made.