Skip to content
LanceDB Blog LanceDB Blog
  • Home
  • Github
  • Documentation
  • Discord
  • YouTube
Sign in Subscribe
LanceDB Community News — January 2024

LanceDB Community News — January 2024

We’re kicking off 2024 with a new LanceDB community newsletter to showcase all the updates in the LanceDB ecosystem, news, blogs, and important links.

News 1 min read
Substrait Powered Filter Pushdown in Lance

Substrait Powered Filter Pushdown in Lance

by Weston Pace Filter pushdown is one of the more fundamental optimizations in any data engineering pipeline. The premise is simple: the earlier you filter

Blog 5 min read
LanceDB + Polars

LanceDB + Polars

A (near) perfect match A spiritual successor to pandas, Polars is a new blazing fast DataFrame library for Python written in Rust. At LanceDB, we

Blog 6 min read
Efficient RAG with Compression and Filtering

Efficient RAG with Compression and Filtering

by Kaushal Choudhary Why Contextual Compressors and Filters? RAG (Retrieval Augmented Generation) is a technique that helps add additional data sources to our existing LLM

Blog 3 min read
Langroid: Multi-Agent Programming framework for LLMs

Langroid: Multi-Agent Programming framework for LLMs

In this era of Large Language Models (LLMs), there is unprecedented demand to create intelligent applications powered by this transformative technology. What is the best

Blog 5 min read
Using Prediction Guard and LanceDB to Prevent Medical Hallucinations

Using Prediction Guard and LanceDB to Prevent Medical Hallucinations

This is a collective work of the following authors: Sharan Shirodkar (Prediction Guard) Daniel Whitenack (Prediction Guard) Bingyang (Icy) Wang (Emory University) Guangming (Dola) Qiu

Blog 7 min read
Using column statistics to make Lance scans 30x faster

Using column statistics to make Lance scans 30x faster

by Will Jones In Lance v0.8.21, we introduced column statistics and statistics-based page pruning. This enhancement reduces the number of IO calls needed

Blog 6 min read
Benchmarking LanceDB

Benchmarking LanceDB

I came upon a blog post yesterday benchmarking LanceDB. The numbers looked very surprising to me, so I decided to do a quick investigation on

Blog 7 min read
Inverted File Product Quantization (IVF_PQ): Accelerate vector search by creating indices

Inverted File Product Quantization (IVF_PQ): Accelerate vector search by creating indices

Vector similarity search is finding similar vectors from a list of given vectors in a particular embedding space. It plays a vital role in various

Blog 6 min read
Modified RAG: Parent Document & Bigger chunk Retriever

Modified RAG: Parent Document & Bigger chunk Retriever

by Mahesh Deshwal In case you’re interested in modifying and improving retrieval accuracy of RAG pipelines, you should check Re-ranking post. What’s it

Blog 5 min read

Search within an Image with Segment Anything 🔎

by Kaushal Choudhary Introduction SAM (Segment Anything) model by FAIR, has set a benchmark in field of Computer Vision. It seamlessly segments objects image with

Blog 4 min read
MemGPT: OS inspired LLMs that manage their own memory

MemGPT: OS inspired LLMs that manage their own memory

by Ayush Chaurasia In the landscape of artificial intelligence, large language models (LLMs) have undeniably reshaped the game. However, a notable challenge persists — their restricted

Blog 3 min read

Page 8 of 11

Load More Something went wrong with loading more posts
  • Sign up
  • Documentation
  • Join Discord Community
  • YouTube

LanceDB