The search method is designed to retrieve the most relevant documents from the database, using AI-powered search capabilities. This method supports a variety of options to configure the query to your needs.For more details on how the search algorithm works, please refer to our advanced settings documentation.
The score returned from search requests is a normalized value between 0 and 1, where 1 indicates the highest relevance and 0 the lowest.
Optional relevance balance between semantic and keyword search (0-1 range, defaults to 0.75).
For instance, 0.2 applies 20% semantic matching with 80% full-text matching.
You can learn more about how Upstash Search works from our docs.