LanceDB's Geneva: Scalable Feature Engineering

LanceDB's Geneva: Scalable Feature Engineering

Learn how to build scalable feature engineering pipelines with Geneva and LanceDB. This demo transforms image data into rich features including captions, embeddings, and metadata using distributed Ray clusters.

Columnar File Readers in Depth: Structural Encoding

Columnar File Readers in Depth: Structural Encoding

Deep dive into LanceDB's dual structural encoding approach - mini-block for small data types and full-zip for large multimodal data. Learn how this optimizes compression and random access performance compared to Parquet.