If you're developing an application and find yourself running a benchmark whose results are measured in nanoseconds... you should probably stop and get back ...| Evan Schwartz
Vector embeddings by themselves are pretty neat. Binary quantized vector embeddings are extra impressive. In short, they can retain 95+% retrieval accuracy with 32x compression 🤯.| Evan Schwartz
Async Rust is powerful. And it can be a pain to work with (and learn). Async Rust can be a pleasure to work with, though, if we can do it without `Send + Sync + 'static`.| Evan Schwartz