Community /
LanceDB / September 2, 2024
Train a Variational Autoencoder end‑to‑end using Lance for fast, scalable data handling. You’ll set up the dataset, build the VAE in PyTorch, and run training, sampling, and reconstructions.
Community /
Vipul Maheshwari / August 28, 2024
Unlock about multi document agentic rag: a walkthrough. Get practical steps, examples, and best practices you can use now.
Engineering /
LanceDB / August 20, 2024
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.
Engineering /
Raunak Sinha / August 15, 2024
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.
Community /
Vipul Maheshwari / July 12, 2024
Get about zero shot image classification with vector search. Get practical steps, examples, and best practices you can use now.
Community /
LanceDB / June 30, 2024
In this blog, we’ll explore how to build a chat application that interacts with CSV and Excel files using LanceDB’s hybrid search capabilities.
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 /
LanceDB / May 23, 2024
Remember flipping through coding manuals? Those quickly became relics with the rise of Google and Stack Overflow, a one-stop shop for developer queries.
Engineering /
Weston Pace / May 14, 2024
Explore columnar file readers in depth: column shredding with practical insights and expert guidance from the LanceDB team.