never used advanced AI stuff, but i have task which is ideal for n8n.
so lets say i have database of products and catagories. when new products (with descriptions , images etc) come in they need to be mapped to categories by AI. so it can use existing data and general AI capabilities .
We don’t have an example of this that I am aware of but I would maybe start by getting some records from your database then passing some info to your model of choice and use a prompt that tells it which categories to pick from. So you could have a prompt that is something like the below… The better and more detailed your prompt is the better the result will be so you may need to some different versions but hopefully this helps.
I am going to send you some information about a product and I need you to tell me which category to assign it, The category must be one of the below:
1) x
2) y
3) z
Here is the product information
"""
Product info
"""