Skip to content
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

Filter with AI #15

Open
mxkaske opened this issue Feb 2, 2025 · 0 comments
Open

Filter with AI #15

mxkaske opened this issue Feb 2, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@mxkaske
Copy link
Member

mxkaske commented Feb 2, 2025

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.

only errors the acme-shop.com in the last 2 days
result:error host:acme-shop.com date:170000000-170000xxx

Reminder: the input field doesnt support timestamp/date, instead it only uses the search params, so we need to check how to handle that

@mxkaske mxkaske added the enhancement New feature or request label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant