Consistent Tags

The problem we try to solve today is that we want to:

1. AI generate free tags from an article text, title and and image.
2. The image should be used as context.
3. The tags should be consistent so we don't regenerate synonyms and create multiple terms meaning the same thing.

The problem is this - one article might tag "Jesus", another "Jesus Christ" and a third "The Messiah". The problem is that they are the same tag, but will now be 3 different tags connected to 1 article, instead of 1 tag connected to 3 articles.

This we will solve in this video using the AI Interpolator OpenAI module.

Complexity
Easy