All posts Announcement Applications Autonomous Vehicles Case Study Community Engineering FinTech Gaming Newsletter
My Summer Internship Experience at LanceDB

My Summer Internship Experience at LanceDB

I'm Raunak, a master's student at the University of Illinois, Urbana-Champaign. This summer, I had the opportunity to intern as a Software Engineer at LanceDB, an early-stage startup based in San Francisco.

Columnar File Readers in Depth: APIs and Fusion

Columnar File Readers in Depth: APIs and Fusion

The API used to read files has evolved over time, from simple full table reads to batch reads and eventually to iterative record batch readers. Lance takes this a step further to return a stream of read tasks.

Benchmarking Cohere Rerankers with LanceDB

Benchmarking Cohere Rerankers with LanceDB

Improve retrieval quality by reranking LanceDB results with Cohere and ColBERT. You’ll plug rerankers into vector, FTS, and hybrid search and compare accuracy on real datasets.

Tokens per Second Is NOT All You Need

Tokens per Second Is NOT All You Need

Explore about tokens per second is not all you need. Get practical steps, examples, and best practices you can use now.

Chunking Techniques with Langchain and LlamaIndex

Chunking Techniques with Langchain and LlamaIndex

In our last blog, we talked about chunking and why it is necessary for processing data through LLMs. We covered some simple techniques to perform text chunking.