Gregory Conrad

Results 82 comments of Gregory Conrad

@raphaelauv Yes. You will miss out on meilisearch features like the autobatcher but it works just fine on its own and has the regular geo features from meilisearch.

👋 hi again! After having worked with, and directly on, milli index settings, I agree it is a bit verbose as-is. However, I foresee some issues: ## 1. One settings...

+1, https://github.com/GregoryConrad/mimir/actions/runs/5547031968/job/15028237279

Won't #604 require passing in another flag to bootstrap though? Then if we do want to bootstrap the example package, we would have to `melos bs` twice, the first with...

> What happens if you don't have the packages/*/example btw? Not sure, this failure seems to only pop up for me when I release a package using GitHub Actions. I...

~This actually might be better using a slight shim with: https://developer.chrome.com/blog/sqlite-wasm-in-the-browser-backed-by-the-origin-private-file-system/ That will certainly be more performant than IndexedDB, based on most browser’s implementations~ This would require entirely reimplementing LMDB...

Since [`redb` is looking like it'll support WASI](https://github.com/cberner/redb/pull/583), I am actually just going to try to add an alternative/experimental backend to heed that uses a redb shim instead of LMDB....

@thomasdao Oh, yea that is really hard to do 😅 For macOS, you need to enable POSIX semaphores (a heed option). Issue is that for POSIX semaphores to work under...

# Some collected thoughts ## 1. WASM/WASI with a web WASI polyfill seems like the best option here so far because it is closer to the web platform and will...

Few immediate blockers with option 1: 1. Rust crate `page_size` does not provide web support at the moment (particularly the granularity function). There are a few open PRs but none...