Has anyone tried/can you run an LLM parser over an event property?
Context: Working in music and we have a search event with a search term event property. Users might type in long query like I am looking for a song like Queen's "Bohemian Rhapsody", but it has to be sung by a female artist from Australia . I want to use an LLM to extract the topics of search here, which in this case would be something like Specific Song, Specific Artist, Vocals, Location .
This works well when I export the events to Sheets and run it through Gemini via the =AI() function, but, naturally, I don't want to export this and I want to analyze the data in Mixpanel. Thoughts?