|
|
|
|
|
by captainbenises
639 days ago
|
|
Feature request: Add an AI query tool - you could do it on-device with something like functionary ggml and llama cpp with a few functions: getSchemaForTables(...)
getTableStats()
runQuery('...') Then you could do a query like: "show me all customers who regularly post between midnight and 1am" |
|
From my understanding, usable on-device LLM models tend to be gigabytes-large, which makes it difficult to roll out to everyone. Apple Intelligence might make this feasible, will need to do more research on this when I do the iOS port.
Making AI an optional add-on might be doable.
Thanks for the feedback!