Hacker News new | ask | show | jobs
by thruflo 933 days ago
I think this is very smart. Instead of a big ML ops stack, do your model stuff where your data is.

For us, the fact it supports Postgres and SQLite out of the box is awesome. It means we can run a model on the server to generate embeddings, sync these to a local SQLite and then run local inference on the same data structure.

1 comments

Thanks for commenting :),

Sure you can have a mesh of database, Have your input data in one data technology, run models on a distributed compute, save models on different database tech and manage the jobs on other!