postgres-vectors

Community

Vector similarity with pgvector for search.

Authordiscountedcookie
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Provides patterns for vector storage, distance operators, index strategies, and similarity queries in PostgreSQL using pgvector (384-d embeddings).

Core Features & Use Cases

  • Store 384-d embeddings in a dedicated table
  • Use cosine distance (<=>) for similarity queries
  • Choose indexing strategy (HNSW vs IVFFlat) and tune parameters
  • Find and batch-calculate similarity across multiple items

Quick Start

Create the embeddings table and run a cosine similarity query to find similar embeddings.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: postgres-vectors
Download link: https://github.com/discountedcookie/10x-mapmaster/archive/main.zip#postgres-vectors

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository