·pgvector-similarity-search
</>

pgvector-similarity-search

Perform semantic similarity search with pgvector. Use when asked to "search similar documents", "find related content", "semantic search", "vector search", or when implementing the retrieval phase of RAG pipelines.

7Installs·0Trend·@constructive-io

Installation

$npx skills add https://github.com/constructive-io/constructive-skills --skill pgvector-similarity-search

How to Install pgvector-similarity-search

Quickly install pgvector-similarity-search AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/constructive-io/constructive-skills --skill pgvector-similarity-search
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: constructive-io/constructive-skills.

SKILL.md

View raw

Query vector embeddings using pgvector's similarity operators. This skill covers the retrieval phase of RAG pipelines.

| | Cosine distance | Most common, normalized vectors | | | Euclidean (L2) | When magnitude matters | | | Inner product | Dot product similarity |

Cosine distance is recommended for text embeddings as it measures angle between vectors, ignoring magnitude.

Perform semantic similarity search with pgvector. Use when asked to "search similar documents", "find related content", "semantic search", "vector search", or when implementing the retrieval phase of RAG pipelines. Source: constructive-io/constructive-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/constructive-io/constructive-skills --skill pgvector-similarity-search
Category
</>Dev Tools
Verified
First Seen
2026-02-28
Updated
2026-03-11

Browse more skills from constructive-io/constructive-skills

Quick answers

What is pgvector-similarity-search?

Perform semantic similarity search with pgvector. Use when asked to "search similar documents", "find related content", "semantic search", "vector search", or when implementing the retrieval phase of RAG pipelines. Source: constructive-io/constructive-skills.

How do I install pgvector-similarity-search?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/constructive-io/constructive-skills --skill pgvector-similarity-search Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/constructive-io/constructive-skills