Hacker News new | ask | show | jobs
by paraboul 1219 days ago
I was referring to the server daemon, not the client libraries.

But ofc, it's a process not an embeddable library, so you can't just link it against your app like you would with SQLite or rocksdb.

Although it looks like it's build around their core library "milli" though (https://github.com/meilisearch/milli/), so probably something doable in the future?

1 comments

Thank you very much, that's precisely what I was looking for!