Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
irevoire
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
New Geo Database
(github.com)
4 points
by
irevoire
1y ago
|
1 comments
2.
▲
by
irevoire
1y ago
LMDB-based database for storing and retrieving geojson within Meilisearch
3.
▲
by
irevoire
1y ago
> But in this case, when you opened the GitHub issue, we noticed that you’re part of the Meilisearch team, so we didn’t want to spend too much time explaining something in-depth to someone who was just doing competitive research, when we
4.
▲
by
irevoire
1y ago
Are you sure it really limits the RAM? You’re still using the same kernel, and if a process is using more memory than another one I would expect the kernel to keep more of its memory page in RAM than the other. What was your strategy to mea
5.
▲
by
irevoire
1y ago
I hate the way typesense are doing their « hybrid search ». It’s called fusion search and the idea is that you have no idea of how well the semantic and full text search are being doing, so you’re going to randomly mix them together without
6.
▲
by
irevoire
1y ago
Hey, as the previous person said you cannot really limit the memory, Meilisearch uses. But your OS will share the Meilisearch memory with other process seamlessly, you don’t have anything to do. In htop it’s the yellow bar, and it’s basical
7.
▲
by
irevoire
1y ago
AI is completely opt-in. As long as you don’t specify an embedder in the settings, you can continue using the engine as usual. There was no breaking change and the performances improved a lot in v1.12 so you might want to give it a try!
8.
▲
by
irevoire
2y ago
Nice results. I wrote the first version of the relevancy benchmarks Can't wait to see the same benchmarks against Typesense or other engine closer to Meilisearch
9.
▲
by
irevoire
3y ago
And being fast at writing bugs should not be considered as being productive. I think that's the kind of stuff google is taking into account when they say that rust is worth it.