Skip to content

linaldb

SQL-style querying and native tensor math, in one engine. No separate library, no round-tripping through pandas.

linaldb is a database engine (persistence, SQL-style querying, joins) with real linear algebra and vector search built natively into the same engine, not stitched together from separate tools. It’s built for scientific and engineering research broadly, not just ML training: anywhere a workflow today means a relational database for the structured data, numpy/scipy for the math, and a separate vector index for similarity search, glued together by hand.