|
|
|
|
|
by AlexAltea
1227 days ago
|
|
Is it really "just a single statically linked binary"? I'd love to use Meilisearch as you describe, but their so-called SDKs are just for clients, so you still need the Meilisearch server listening on localhost. I would love to see something like SQLite based on Meilisearch (i.e. a fully self-contained search library like https://github.com/mchaput/whoosh). Do you know if such a thing exists? |
|
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?