How to use sqlite-vec to store and query vector embeddings

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. sqlite-vec

    A vector search SQLite extension that runs anywhere!

    With sqlite-vec (the successor to sqlite-vss), you can bring powerful vector search directly into SQLite, eliminating the need for additional infrastructure like Pinecone, Weaviate, or FAISS. This means simpler deployments, fewer dependencies, and all the power of AI-driven search inside a lightweight, file-based database.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. sqlite-vss

    A SQLite extension for efficient vector search, based on Faiss!

    With sqlite-vec (the successor to sqlite-vss), you can bring powerful vector search directly into SQLite, eliminating the need for additional infrastructure like Pinecone, Weaviate, or FAISS. This means simpler deployments, fewer dependencies, and all the power of AI-driven search inside a lightweight, file-based database.

  4. example-sqlite-vec-tutorial

    A tutorial explaining how to use sqlite-vec for a TypeScript application.

    👉 If you just want the code, check out my GitHub repository here. Otherwise, let's get started.

  5. nvm

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

    If you don't already have Node.js 22.x, install it using nvm:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Cómo crear un Bot de Telegram Seguro🔒 con el EIP-712

    2 projects | dev.to | 15 Apr 2025
  • 🚀 Vite + Shadcn + Tailwind + React + TypeScript + Starter Kit

    2 projects | dev.to | 31 Mar 2025
  • Setting obsidian-shellcommands plugin on flatpak

    1 project | dev.to | 30 Mar 2025
  • The Fetch API is finally stable in Node.js

    2 projects | dev.to | 24 Mar 2025
  • NVM Basics & Bash Aliases: Simplify Your Development Workflow

    1 project | dev.to | 24 Feb 2025

Did you know that Shell is
the 11th most popular programming language
based on number of references?