Blog category:

Engineering

Creating a FinTech AI Agent From Scratch

Creating a FinTech AI Agent From Scratch

Explore fintech ai agent from scratch with practical insights and expert guidance from the LanceDB team.

The Case for Random Access I/O

The Case for Random Access I/O

One of the reasons we started the Lance file format and have been investigating new encodings is because we wanted a format with better support for random access.

My Summer Internship Experience at LanceDB

My Summer Internship Experience at LanceDB

I'm Raunak, a master's student at the University of Illinois, Urbana-Champaign. This summer, I had the opportunity to intern as a Software Engineer at LanceDB, an early-stage startup based in San Francisco.

Columnar File Readers in Depth: APIs and Fusion

Columnar File Readers in Depth: APIs and Fusion

The API used to read files has evolved over time, from simple full table reads to batch reads and eventually to iterative record batch readers. Lance takes this a step further to return a stream of read tasks.