Engineering / Weston Pace / June 18, 2024
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.
Engineering / Weston Pace / May 14, 2024
Explore columnar file readers in depth: column shredding with practical insights and expert guidance from the LanceDB team.
Engineering / Weston Pace / April 13, 2024
Explore lance v2: a new columnar container format with practical insights and expert guidance from the LanceDB team.
Engineering / Ayush Chaurasia / March 25, 2024
Explore a practical guide to fine-tuning embedding models with practical insights and expert guidance from the LanceDB team.
Engineering / Weston Pace / March 25, 2024
Streaming data applications can be tricky. When you can read data faster than you can process the data then bad things tend to happen. The various solutions to this problem are largely classified as backpressure.
Engineering / Akash Desai / March 25, 2024
Explore GraphRAG: hierarchical approach to retrieval-augmented-generation with practical insights and expert guidance from the LanceDB team.