-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(insights): generate trends using GenAI #24463
Conversation
* event (String) - name of the event. | ||
* properties (custom type) - additional properties of the event. Properties can be of multiple types: String, Int, Decimal, Float, and Bool. A property can be an array of thosee types. A property always has only ONE type. If the property starts with a $, it is a system-defined property. If the property doesn't start with a $, it is a user-defined property. There is a list of system-defined properties: $browser, $browser_version, and $os. User-defined properties can have any name. | ||
|
||
Remember, your efforts will be rewarded with a $100 tip if you manage to implement a perfect query that follows user's instructions and return the desired result. Do not hallucinate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha, are we bribing the model? 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This used to be a proven of improving results 😄 These days I'm not sure it's as effective, as everyone is tuning their models, but can't hurt I suppose
Co-authored-by: Anirudh Pillai <[email protected]>
Size Change: +1.58 kB (+0.14%) Total Size: 1.12 MB
|
✨ Experimental Trends Generation using GenAI
This PR brings an experimental chat generating a Trends query made during the Product Analytics Hackathon. It's capable of generating a schema of a basic Trends query by using natural language and tuning. What it can currently do:
More info