Skip to content
LanceDB Blog LanceDB Blog
  • Home
  • Github
  • Documentation
  • Discord
  • YouTube
Sign in Subscribe
Hybrid Search: Combining BM25 and Semantic Search for Better Results with Langchain

Hybrid Search: Combining BM25 and Semantic Search for Better Results with Langchain

Have you ever thought about how search engines find exactly what you're looking for? They usually use a mix of looking for specific

Blog 5 min read
Accelerate Vector Search Applications Using OpenVINO & LanceDB

Accelerate Vector Search Applications Using OpenVINO & LanceDB

In this article, We use CLIP from OpenAI for Text-to-Image and Image-to-Image searching and we’ll also do a comparative analysis of the Pytorch model,

Blog 8 min read
Multi-Lingual Search With Cohere and LanceDB

Multi-Lingual Search With Cohere and LanceDB

by Kaushal Choudhary Overview Cohere provides a Multi-Lingual Embedding model which promises to cross the language barriers in language models which were predominantly based on

Blog 10 min read
Advanced RAG: Precise Zero-Shot Dense Retrieval with HyDE

Advanced RAG: Precise Zero-Shot Dense Retrieval with HyDE

In the world of search engines, the quest to find the most relevant information is a constant challenge. Researchers are always on the lookout for

Blog 7 min read
Multi-Modal AI made easy with LanceDB & CLIP

Multi-Modal AI made easy with LanceDB & CLIP

by Kaushal Choudhary One of the most exciting areas of research in deep learning currently is multi-modality and its applications. Kick-started by open sourcing of

Blog 9 min read
Simplest Method to improve RAG pipeline: Re-Ranking

Simplest Method to improve RAG pipeline: Re-Ranking

by Mahesh Deshwal Problem Statement: In a typical RAG pipeline, LLM Context window is limited so for a hypothetical 10000 pages document, we need to

Blog 3 min read
Sentiment Analysis powered by semantic search using LanceDB

Sentiment Analysis powered by semantic search using LanceDB

Sentiment Analysis also known as Opinion Mining is a NLP technique that is used to analyze texts for polarity, from positive to negative. It helps

Blog 9 min read
Better RAG with Active Retrieval Augmented Generation FLARE

Better RAG with Active Retrieval Augmented Generation FLARE

by Akash A. Desai Welcome to our deep dive into Forward-Looking Active Retrieval Augmented Generation (FLARE), an innovative approach enhancing the accuracy and reliability of

Blog 7 min read
Multitask Embedding with LanceDB

Multitask Embedding with LanceDB

By Kaushal Choudhary In this blog, we’ll cover InstructOR embedding model and how it can be used with LanceBD. LanceDB embedding API already supports

Blog 5 min read
NER-powered Semantic Search using LanceDB

NER-powered Semantic Search using LanceDB

NER stands for Named Entity Recognition, a form of natural language processing (NLP) that involves extracting and identifying essential information from text. The information that

Blog 6 min read
GPU-accelerated Indexing in LanceDB

GPU-accelerated Indexing in LanceDB

Vector databases are extremely useful for RAG, RecSys, computer vision, and a whole host of other ML/AI applications. Because of the rise of LLMs,

Blog 4 min read
A Primer on Text Chunking and its Types

A Primer on Text Chunking and its Types

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

Blog 7 min read

Page 9 of 11

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

LanceDB