Become a LanceDB Insider!
Subscribe for our exclusive updates and early access.
✉️  Subscribe

Track AI Trends: CrewAI Agents & RAG

LanceDB
March 25, 2024
This article will teach us how to make an AI Trends Searcher using CrewAI Agents and their Tasks. But before diving into that, let's first understand what CrewAI is and how we can use it for these applications.
Engineering
track-ai-trends-crewai-agents-rag

GraphRAG: Hierarchical Approach to Retrieval-Augmented Generation

Akash Desai
March 25, 2024
Explore GraphRAG: hierarchical approach to retrieval-augmented-generation with practical insights and expert guidance from the LanceDB team.
Engineering
graphrag-hierarchical-approach-to-retrieval-augmented-generation

Designing a Table Format for ML Workloads

Weston Pace
March 25, 2024
Explore designing a table format for ML workloads with practical insights and expert guidance from the LanceDB team.
Engineering
designing-a-table-format-for-ml-workloads

Columnar File Readers in Depth: Backpressure

Weston Pace
March 25, 2024
Streaming data applications can be tricky. When you can read data faster than you can process the data then bad things tend to happen. The various solutions to this problem are largely classified as backpressure.
Engineering
columnar-file-readers-in-depth-backpressure

A Practical Guide to Fine-Tuning Embedding Models

Ayush Chaurasia
March 25, 2024
Explore a practical guide to fine-tuning embedding models with practical insights and expert guidance from the LanceDB team.
Engineering
a-practical-guide-to-fine-tuning-embedding-models

Multimodal Myntra Fashion Search Engine Using LanceDB

LanceDB
March 20, 2024
Build a multimodal fashion search engine with LanceDB and CLIP embeddings. Follow a step‑by‑step workflow to register embeddings, create the table, query by text or image, and ship a Streamlit UI.
Engineering
multimodal-myntra-fashion-search-engine-using-lancedb

Custom Datasets for Efficient LLM Training Using Lance

LanceDB
March 8, 2024
See about custom datasets for efficient llm training using lance. Get practical steps, examples, and best practices you can use now.
Engineering
custom-dataset-for-llm-training-using-lance

Implementing Corrective RAG in the Easiest Way

LanceDB
March 4, 2024
Even though text-generation models are good at generating content, they sometimes need to improve in returning facts. This happens because of the way they are trained.
Engineering
implementing-corrective-rag-in-the-easiest-way-2

Hybrid Search and Custom Reranking with LanceDB

LanceDB
February 19, 2024
Combine keyword and vector search for higher‑quality results with LanceDB. This post shows how to run hybrid search and compare rerankers (linear combination, Cohere, ColBERT) with code and benchmarks.
Engineering
hybrid-search-and-custom-reranking-with-lancedb-4c10a6a3447e

Hybrid Search: RAG for Real-Life Production-Grade Applications

Mahesh Deshwal
February 18, 2024
Get about hybrid search: rag for real-life production-grade applications. Get practical steps, examples, and best practices you can use now.
Engineering
hybrid-search-rag-for-real-life-production-grade-applications-e1e727b3965a

Efficient RAG with Compression and Filtering

Kaushal Choudhary
January 9, 2024
Discover about efficient rag with compression and filtering. Get practical steps, examples, and best practices you can use now.
Engineering
enhance-rag-integrate-contextual-compression-and-filtering-for-precision-a29d4a810301

Inverted File Product Quantization (IVF_PQ): Accelerate Vector Search by Creating Indices

LanceDB
December 17, 2023
Compress vectors with PQ and accelerate retrieval with IVF_PQ in LanceDB. The tutorial explains the concepts, memory savings, and a minimal implementation with search tuning knobs.
Engineering
benchmarking-lancedb-92b01032874a-2