You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the recommendation client with fallbackParameters set, and the object has no recommendations (ie, it is a new object and has not been trained into the engine) the recommendation results have no _score field.
We use validation for all 3rd party apis (implemented with zod) that satisfy the types given by the third party and it has caught this issue for us. We have implemented the following work around, but it would be good to understand if it is expected that _score is missing or not.
Description
When using the recommendation client with
fallbackParameters
set, and the object has no recommendations (ie, it is a new object and has not been trained into the engine) the recommendation results have no_score
field.We use validation for all 3rd party apis (implemented with zod) that satisfy the types given by the third party and it has caught this issue for us. We have implemented the following work around, but it would be good to understand if it is expected that
_score
is missing or not.Link to the docs for the type: https://www.algolia.com/doc/rest-api/recommend/#tag/recommendations/operation/getRecommendations
![image](https://private-user-images.githubusercontent.com/79816238/375179985-2d2a8c6e-150a-4ae1-833e-41657ec43016.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTI2NjEsIm5iZiI6MTczOTI1MjM2MSwicGF0aCI6Ii83OTgxNjIzOC8zNzUxNzk5ODUtMmQyYThjNmUtMTUwYS00YWUxLTgzM2UtNDE2NTdlYzQzMDE2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA1MzkyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQwOThkOTY5MjIzNmQ3YmViNWI4OTcwM2VkM2JlNTZiMjJkM2E2ZjU3OWUwZTgwZmUyMjljZDJiNjMzOTE5MTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qdd59gsxcHwWlEZwe3TT3ouHDgQr81FsbwIV_mxKecI)
Responses > 200 > results > hits
If needed, we can create a minimum reproduction.
Client
Recommend
Version
5.7.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered: