Date: July 21, 2025 We’re launching a big update to Auto search in our API. The new system cannot create useful scores for results. Because of this, we’re removing scores from Auto search.
Scores in Neural search results will remain unchanged and continue to work exactly as before.
What Changed
Previously, Auto and Neural search types returned relevance scores - a number from 0 to 1 representing similarity between the query and each result. With our new Auto search architecture, we can no longer generate meaningful scores for Auto search results. The search functionality works exactly the same way as it did before - you’ll still get the same high-quality results, just without thescore field in the response.
What This Means for You
- Auto search: The
scorefield will no longer be returned in search results - Neural search: Scores continue to work exactly as before with no changes
- Migration needed: If your application relies on scores from Auto search, you should migrate as soon as possible
How to Update Your Code
If you currently use scores from Auto search, here is what you can do:Remove Score Dependencies
Python

