The change to Auto search as default leverages the best of both Exa’s proprietary neural search and industry-standard keyword search to give you the best results. Out of the box, Exa now automatically routes your queries to the best search type.
Read our documentation on Exa’s different search types here.
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