GPU-Accelerated Indexing in LanceDB

GPU-Accelerated Indexing in LanceDB

Speed up vector index training in LanceDB with CUDA or Apple Silicon (MPS). See how GPU‑accelerated IVF/PQ training compares to CPU and how to enable it in code.

A Primer on Text Chunking and Its Types

A Primer on Text Chunking and Its Types

Text chunking is a technique in natural language processing that divides text into smaller segments, usually based on the parts of speech and grammatical meanings of the words.

Lance, Windows. Windows, Lance

Lance, Windows. Windows, Lance

It was Spring of 2012. After being an avid user for 2+ years, I finally decided to join Wes Mckinney and work on pandas full time.

My SIMD Is Faster than Yours

My SIMD Is Faster than Yours

An untold story about how we make LanceDB vector search fast. Get practical steps and examples from 'My SIMD is faster than Yours'.

Benchmarking Random Access in Lance

Benchmarking Random Access in Lance

In this short blog post we’ll take you through some simple benchmarks to show the random access performance of Lance format. Get practical steps and examples from 'Benchmarking random access in Lance'.