Auto Search: Upcoming New Default
Soon, Auto Search will become the default search type for all queries. This change leverages the best of both Exa’s proprietary neural search and industry-standard keyword search to give you the best results. Auto means, out of the box, we automatically route queries to the best search type.What This Means for You
- Enhanced Results: Auto Search automatically routes queries to the most appropriate search type (neural or keyword), optimizing your search results without any extra effort on your part.
- No Action Required: If you want to benefit from Auto Search, you don’t need to change anything in your existing implementation. It’ll just work!
- Maintaining Current Behavior: If you prefer to keep your current search behavior, here’s how:
- For neural search: Just set
type="neural"in your search requests. - For keyword search: As always, add
type="keyword"to your search requests.
- For neural search: Just set
Quick Example
Here’s what this means for your code when default switches over:Python

