Blog category:

Community

Community

Building RAG on codebases: Part 2

Sankalp Shubham / November 7, 2024

Building a Cursor-like @codebase RAG solution. Part 2 focuses on the generating embeddings and the retrieval strategy using a combination of techniques in LanceDB.

Community

Building RAG on codebases: Part 1

Sankalp Shubham / November 6, 2024

Building a Cursor-like @codebase RAG solution. Part 1 focuses on indexing techniques, chunking strategies, and generating embeddings in LanceDB.

Community

Implement Contextual Retrieval and Prompt Caching with LanceDB

LanceDB / October 8, 2024

Unlock about implement contextual retrieval and prompt caching with lancedb. Get practical steps, examples, and best practices you can use now.

Community

Training a Variational AutoEncoder from Scratch with Lance File Format

LanceDB / September 2, 2024

Train a Variational Autoencoder end‑to‑end using Lance for fast, scalable data handling. You’ll set up the dataset, build the VAE in PyTorch, and run training, sampling, and reconstructions.

Community

Multi Document Agentic RAG: a Walkthrough

Vipul Maheshwari / August 28, 2024

Unlock about multi document agentic rag: a walkthrough. Get practical steps, examples, and best practices you can use now.

Community

Zero Shot Image Classification with Vector Search

Vipul Maheshwari / July 12, 2024

Get about zero shot image classification with vector search. Get practical steps, examples, and best practices you can use now.

Community

Chat with Your Stats Using Langchain Dataframe Agent & LanceDB Hybrid Search

LanceDB / June 30, 2024

In this blog, we’ll explore how to build a chat application that interacts with CSV and Excel files using LanceDB’s hybrid search capabilities.

Community

Tokens per Second Is NOT All You Need

LanceDB / May 1, 2024

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

Community

Chunking Techniques with Langchain and LlamaIndex

Prashant Kumar / April 20, 2024

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.

Community

Convert Any Image Dataset to Lance

LanceDB / April 10, 2024

In our article, we explored the remarkable capabilities of the Lance format, a modern, columnar data storage solution designed to revolutionize the way we work with large image datasets in machine learning.

Community

A Primer on Text Chunking and Its Types

Prashant Kumar / October 24, 2023

Text chunking is a technique in natural language processing that divides text into smaller segments, usually based on the parts of speech and grammatical meanings of the words.