5 ms·
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 l
by paraboul 4y 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/ https://github.com/meilisearch/milli/), so probably something doable in the future?
- AlexAltea 4y agoThank you very much, that's precisely what I was looking for!