You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can make use of the cmd-k input field to write the natural language filter that gets translated into the actual config filters. We can leverage AI models and ingest the config file as schema. We need to provide the model the context of filter:query and that’s mainly it as the input automatically appends the search params and will trigger a query to our api to fetch the data.
Use natural language to auto-create the filters.
We can make use of the cmd-k input field to write the natural language filter that gets translated into the actual config filters. We can leverage AI models and ingest the config file as schema. We need to provide the model the context of
filter:query
and that’s mainly it as the input automatically appends the search params and will trigger a query to our api to fetch the data.e.g.
Reminder: the input field doesnt support timestamp/date, instead it only uses the search params, so we need to check how to handle that
The text was updated successfully, but these errors were encountered: