To inaugurate the new year, we proudly unveiled the first ⚔️Lancelot Round Table in January, celebrating the founding knights who have been instrumental in shaping the future of AI infrastructure since LanceDB's inception. These Lancelot pioneers are driving innovation by implementing and collaborating with lance
and lancedb
across their organizations, democratizing access to advanced AI tools, empowering innovators worldwide, and expanding the frontiers of data management.
![](https://blog.lancedb.com/content/images/thumbnail/image--4-.png)
Explore the Lancelot Chronicle
LanceDB Enterprise Product News
🔥 Enterprise customers upgrading to the new reactive indexer in LanceDB Enterprise reported 100x reduction in S3 requests. We engineered LanceDB Enterprise for high-throughput data ingestion and indexing. The system ensures data persistence on durable object storage before confirming any write request.
🌱 New LanceDB Enterprise Changelog - now you can keep a close eye on our enterprise updates. We’ve already made some exciting updates since the New Year!
- Support hamming distance and binary vector
- GPU indexing support
- Multi-vector index support
- Optimized Build for AWS Graviton 4 and Google Cloud Axion Processors
- Support index over float16 vectors
Partnership Spotlight
🥳 Vector Search with LanceDB using Voyage AI's Text and Multimodal Embeddings.
- You can now directly define a Voyage embedding function and data model, all within LanceDB. Together, this creates a powerful ecosystem for semantic search, enabling developers to build intelligent, context-aware applications with minimal computational overhead.
- Using this new integration makes it incredibly easy to build, experiment, and scale your AI applications to billions of vectors and beyond.
Community Contributions
lancedb
wiki page. Open Source Updates
- Upsert with merge insert allows omitting nullable columns.
- Vector search can be applied to binary vectors using hamming distance.
- Can limit vector search results based on maximum distance (distance range).
- Typescript LanceDB supports hybrid search.
- Python LanceDB improved parity between async and sync Table API.