AI Features

AI Recommendations


Similarity Recommendations

Increase engagement by suggesting related content to your users.

How it works


Based on vector proximity, CodeNx can identify "Similar Products" or "Related Articles" with zero manual tagging.

`javascript
const recommendations = await sdk.products.getSimilar(productId);
`