Africa-focused technology, digital and innovation ecosystem insight and commentary.
…
continue reading
Konten disediakan oleh Tobias Macey. Semua konten podcast termasuk episode, grafik, dan deskripsi podcast diunggah dan disediakan langsung oleh Tobias Macey atau mitra platform podcast mereka. Jika Anda yakin seseorang menggunakan karya berhak cipta Anda tanpa izin, Anda dapat mengikuti proses yang diuraikan di sini https://id.player.fm/legal.
Player FM - Aplikasi Podcast
Offline dengan aplikasi Player FM !
Offline dengan aplikasi Player FM !
Bring Vector Search And Storage To The Data Lake With Lance
MP3•Beranda episode
Manage episode 446063670 series 3449056
Konten disediakan oleh Tobias Macey. Semua konten podcast termasuk episode, grafik, dan deskripsi podcast diunggah dan disediakan langsung oleh Tobias Macey atau mitra platform podcast mereka. Jika Anda yakin seseorang menggunakan karya berhak cipta Anda tanpa izin, Anda dapat mengikuti proses yang diuraikan di sini https://id.player.fm/legal.
Summary
The rapid growth of generative AI applications has prompted a surge of investment in vector databases. While there are numerous engines available now, Lance is designed to integrate with data lake and lakehouse architectures. In this episode Weston Pace explains the inner workings of the Lance format for table definitions and file storage, and the optimizations that they have made to allow for fast random access and efficient schema evolution. In addition to integrating well with data lakes, Lance is also a first-class participant in the Arrow ecosystem, making it easy to use with your existing ML and AI toolchains. This is a fascinating conversation about a technology that is focused on expanding the range of options for working with vector data.
Announcements
Parting Question
…
continue reading
The rapid growth of generative AI applications has prompted a surge of investment in vector databases. While there are numerous engines available now, Lance is designed to integrate with data lake and lakehouse architectures. In this episode Weston Pace explains the inner workings of the Lance format for table definitions and file storage, and the optimizations that they have made to allow for fast random access and efficient schema evolution. In addition to integrating well with data lakes, Lance is also a first-class participant in the Arrow ecosystem, making it easy to use with your existing ML and AI toolchains. This is a fascinating conversation about a technology that is focused on expanding the range of options for working with vector data.
Announcements
- Hello and welcome to the Data Engineering Podcast, the show about modern data management
- Imagine catching data issues before they snowball into bigger problems. That’s what Datafold’s new Monitors do. With automatic monitoring for cross-database data diffs, schema changes, key metrics, and custom data tests, you can catch discrepancies and anomalies in real time, right at the source. Whether it’s maintaining data integrity or preventing costly mistakes, Datafold Monitors give you the visibility and control you need to keep your entire data stack running smoothly. Want to stop issues before they hit production? Learn more at dataengineeringpodcast.com/datafold today!
- Your host is Tobias Macey and today I'm interviewing Weston Pace about the Lance file and table format for column-oriented vector storage
- Introduction
- How did you get involved in the area of data management?
- Can you describe what Lance is and the story behind it?
- What are the core problems that Lance is designed to solve?
- What is explicitly out of scope?
- What are the core problems that Lance is designed to solve?
- The README mentions that it is straightforward to convert to Lance from Parquet. What is the motivation for this compatibility/conversion support?
- What formats does Lance replace or obviate?
- In terms of data modeling Lance obviously adds a vector type, what are the features and constraints that engineers should be aware of when modeling their embeddings or arbitrary vectors?
- Are there any practical or hard limitations on vector dimensionality?
- When generating Lance files/datasets, what are some considerations to be aware of for balancing file/chunk sizes for I/O efficiency and random access in cloud storage?
- I noticed that the file specification has space for feature flags. How has that aided in enabling experimentation in new capabilities and optimizations?
- What are some of the engineering and design decisions that were most challenging and/or had the biggest impact on the performance and utility of Lance?
- The most obvious interface for reading and writing Lance files is through LanceDB. Can you describe the use cases that it focuses on and its notable features?
- What are the other main integrations for Lance?
- What are the opportunities or roadblocks in adding support for Lance and vector storage/indexes in e.g. Iceberg or Delta to enable its use in data lake environments?
- What are the most interesting, innovative, or unexpected ways that you have seen Lance used?
- What are the most interesting, unexpected, or challenging lessons that you have learned while working on the Lance format?
- When is Lance the wrong choice?
- What do you have planned for the future of Lance?
Parting Question
- From your perspective, what is the biggest gap in the tooling or technology for data management today?
- Lance Format
- LanceDB
- Substrait
- PyArrow
- FAISS
- Pinecone
- Parquet
- Iceberg
- Delta Lake
- PyLance
- Hilbert Curves
- SIFT Vectors
- S3 Express
- Weka
- DataFusion
- Ray Data
- Torch Data Loader
- HNSW == Hierarchical Navigable Small Worlds vector index
- IVFPQ vector index
- GeoJSON
- Polars
445 episode
MP3•Beranda episode
Manage episode 446063670 series 3449056
Konten disediakan oleh Tobias Macey. Semua konten podcast termasuk episode, grafik, dan deskripsi podcast diunggah dan disediakan langsung oleh Tobias Macey atau mitra platform podcast mereka. Jika Anda yakin seseorang menggunakan karya berhak cipta Anda tanpa izin, Anda dapat mengikuti proses yang diuraikan di sini https://id.player.fm/legal.
Summary
The rapid growth of generative AI applications has prompted a surge of investment in vector databases. While there are numerous engines available now, Lance is designed to integrate with data lake and lakehouse architectures. In this episode Weston Pace explains the inner workings of the Lance format for table definitions and file storage, and the optimizations that they have made to allow for fast random access and efficient schema evolution. In addition to integrating well with data lakes, Lance is also a first-class participant in the Arrow ecosystem, making it easy to use with your existing ML and AI toolchains. This is a fascinating conversation about a technology that is focused on expanding the range of options for working with vector data.
Announcements
Parting Question
…
continue reading
The rapid growth of generative AI applications has prompted a surge of investment in vector databases. While there are numerous engines available now, Lance is designed to integrate with data lake and lakehouse architectures. In this episode Weston Pace explains the inner workings of the Lance format for table definitions and file storage, and the optimizations that they have made to allow for fast random access and efficient schema evolution. In addition to integrating well with data lakes, Lance is also a first-class participant in the Arrow ecosystem, making it easy to use with your existing ML and AI toolchains. This is a fascinating conversation about a technology that is focused on expanding the range of options for working with vector data.
Announcements
- Hello and welcome to the Data Engineering Podcast, the show about modern data management
- Imagine catching data issues before they snowball into bigger problems. That’s what Datafold’s new Monitors do. With automatic monitoring for cross-database data diffs, schema changes, key metrics, and custom data tests, you can catch discrepancies and anomalies in real time, right at the source. Whether it’s maintaining data integrity or preventing costly mistakes, Datafold Monitors give you the visibility and control you need to keep your entire data stack running smoothly. Want to stop issues before they hit production? Learn more at dataengineeringpodcast.com/datafold today!
- Your host is Tobias Macey and today I'm interviewing Weston Pace about the Lance file and table format for column-oriented vector storage
- Introduction
- How did you get involved in the area of data management?
- Can you describe what Lance is and the story behind it?
- What are the core problems that Lance is designed to solve?
- What is explicitly out of scope?
- What are the core problems that Lance is designed to solve?
- The README mentions that it is straightforward to convert to Lance from Parquet. What is the motivation for this compatibility/conversion support?
- What formats does Lance replace or obviate?
- In terms of data modeling Lance obviously adds a vector type, what are the features and constraints that engineers should be aware of when modeling their embeddings or arbitrary vectors?
- Are there any practical or hard limitations on vector dimensionality?
- When generating Lance files/datasets, what are some considerations to be aware of for balancing file/chunk sizes for I/O efficiency and random access in cloud storage?
- I noticed that the file specification has space for feature flags. How has that aided in enabling experimentation in new capabilities and optimizations?
- What are some of the engineering and design decisions that were most challenging and/or had the biggest impact on the performance and utility of Lance?
- The most obvious interface for reading and writing Lance files is through LanceDB. Can you describe the use cases that it focuses on and its notable features?
- What are the other main integrations for Lance?
- What are the opportunities or roadblocks in adding support for Lance and vector storage/indexes in e.g. Iceberg or Delta to enable its use in data lake environments?
- What are the most interesting, innovative, or unexpected ways that you have seen Lance used?
- What are the most interesting, unexpected, or challenging lessons that you have learned while working on the Lance format?
- When is Lance the wrong choice?
- What do you have planned for the future of Lance?
Parting Question
- From your perspective, what is the biggest gap in the tooling or technology for data management today?
- Lance Format
- LanceDB
- Substrait
- PyArrow
- FAISS
- Pinecone
- Parquet
- Iceberg
- Delta Lake
- PyLance
- Hilbert Curves
- SIFT Vectors
- S3 Express
- Weka
- DataFusion
- Ray Data
- Torch Data Loader
- HNSW == Hierarchical Navigable Small Worlds vector index
- IVFPQ vector index
- GeoJSON
- Polars
445 episode
Semua episode
×Selamat datang di Player FM!
Player FM memindai web untuk mencari podcast berkualitas tinggi untuk Anda nikmati saat ini. Ini adalah aplikasi podcast terbaik dan bekerja untuk Android, iPhone, dan web. Daftar untuk menyinkronkan langganan di seluruh perangkat.