§ OPEN SOURCE

Open-source software

We build in the open. These are the projects our research and engineering work has spun out, free to use, inspect and build on.

BORSUK

Blob-Oriented Retrieval with Segmental Unified KNN

A similarity-search engine written in Rust that keeps memory use low by reading vector blocks straight from Parquet files (on local disk or S3-compatible object storage: AWS S3, MinIO, SeaweedFS) instead of loading everything into RAM. It ships native Python (PyO3) and TypeScript (N-API) APIs and a rich set of metrics: dense-vector, histogram, set-like and string similarity.

STACK Rust Python TypeScript Parquet S3
Visit project
Back to home