7 comments

  • ghm2199 38 minutes ago
    Wow! 4GB for 10 million documents. This means one could build a reverse index much faster than before and devx processes like debugging, performance testing would become much smoother. Can't wait for the sqlite bindings to come out!
    • ghm2199 37 minutes ago
      Also the removal latency is on a log scale. Which is quite insane.
  • sp1982 13 minutes ago
    If anyone is looking to retrofit to an existing pipeline, I use similar ideas to compress vectors for job search, getting roughly 8x compression with about a 3.5% drop in quality. My experiment: https://corvi.careers/blog/vector-search-embedding-compressi...
  • anishvarghese 29 minutes ago
    This looks perfect for local, privacy first search, but since it's built in Rust, has anyone tried compiling it to WASM to run directly inside a browser extension?
  • nharada 43 minutes ago
    It would be nice to have the README be a little more human written for a project where you actually want people to adopt it
  • burgerboii 32 minutes ago
    Who is this co-author called t <t@t>?
  • zuzululu 31 minutes ago
    what could i use this for as part of my agentic workflow? codebase indexing? docs ?
    • kyxsc 29 minutes ago
      notes/docs/wiki is a great use case
  • esafak 1 hour ago
    lancedb and duckdb integrations would be great...