Also, any specific features or guidance for simila...
# community-help
c
Also, any specific features or guidance for similarity / content recommendation queries? If I have a blog for instance, would I just be querying for articles based on title and tags and picking the top matches as likely to be most similar?
j
Yeah that's the simple way to do recommendations without any fancy ML 🙂 You'd take the tags of the currently article and look for other articles with those tags
👍 1
c
thanks!