vectordb-recipes
lancedb/vectordb-recipes
Resource, examples & tutorials for multimodal AI, RAG and agents using vector search and LLMs
Resource, examples & tutorials for multimodal AI, RAG and agents using vector search and LLMs
Categories
Tags
Similar tools
ECC
affaan-m/ECC
The agent harness performance optimization system
hermes-agent
NousResearch/hermes-agent
The self-improving AI agent built by Nous Research
AutoGPT
Significant-Gravitas/AutoGPT
AutoGPT: Build, Deploy, and Run AI Agents
ollama
ollama/ollama
Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
prompts.chat
f/prompts.chat
The world's largest open-source prompt library for AI
transformers
huggingface/transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models
Install
git clone https://github.com/lancedb/vectordb-recipesREADME
VectorDB-recipes
Dive into building GenAI applications! This repository contains examples, applications, starter code, & tutorials to help you kickstart your GenAI projects.
- These are built using LanceDB, a free, open-source, serverless vectorDB that requires no setup.
- It integrates into Python data ecosystem so you can simply start using these in your existing data pipelines in pandas, arrow, pydantic etc.
- LanceDB has native Typescript SDK using which you can run vector search in serverless functions!
Join our community for support - Discord • Twitter
This repository is divided into 2 sections:
- Examples - Get right into the code with minimal introduction, aimed at getting you from an idea to PoC within minutes!
- Applications - Ready to use Python and web apps using applied LLMs, VectorDB and GenAI tools
The following examples are organized into different tables to make similar types of examples easily accessible.
Sections
- Build from Scratch - Step-by-step guides to create AI applications from scratch.
- Multimodal - Build apps that process and search across both text and images.
- RAG - Combine document retrieval with LLM-powered responses.
- Vector Search - Learn to efficiently find relevant documents using vector-based search.
- Chatbot - Create AI chatbots that fetch information and generate intelligent replies.
- Evaluation - Measure the quality and accuracy of AI-generated answers.
- AI Agents - Build LLM-driven applications where multiple agents collaborate and interact.
- Recommender Systems - Develop AI-powered recommendation systems for personalized suggestions.
- Concepts - Tutorials and explanations of key techniques used in AI applications.
🌟 New 🌟
Stay up to date with the latest projects, tools, and improvements added to the repository.
Build from Scratch
Start with the basics! These examples guide you through creating AI applications from the ground up using LanceDB for efficient document retrieval and search.
| Build from Scratch | Interactive Notebook & Scripts |
|---|---|
| Build RAG from Scratch | |
| Local RAG from Scratch with Llama3 | |
| Multi-Head RAG from Scratch | |
| Fintech AI Agent from Scratch | |
MultiModal
Search across different types of data (text, images, and more). Build powerful search applications that work with diverse inputs.
| Multimodal | Interactive Notebook & Scripts | Blog |
|---|---|---|
| V-JEPA Video Search | ||
| Multimodal CLIP: DiffusionDB | <a hre |