Nice example of #ai calls in databases:
In a shop frontend, the select is
> Select... <rate item from 0-10 with regards to xyz via llm> as rating
....
Order by rating desc
That's one LLM call per product, per user query 😱 💶 - This must really cause some upselling! 😉
But okay, got the example.
DevelopersIO






