storing-and-querying-vectors

Community

Store and query embeddings with S3 Vectors.

Authormreferre
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you store vector embeddings and run semantic similarity search without managing a high-throughput vector database.

Core Features & Use Cases

  • Vector bucket and index setup: Create S3 Vectors vector buckets and indexes with the correct embedding dimension and distance metric.
  • Embedding ingestion and querying: Generate embeddings (via Bedrock when needed) and insert or query them using put-vectors and query-vectors.
  • Cost- and workload-aware decisioning: Guides when to use S3 Vectors versus alternatives like OpenSearch for sustained high QPS, and provides troubleshooting for common failure modes.

Quick Start

Use this skill to create an S3 Vectors vector bucket and index, store your embeddings, and run a semantic query with top-k results for a given question or text prompt.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: storing-and-querying-vectors
Download link: https://github.com/mreferre/aws-agent-toolkit-skills/archive/main.zip#storing-and-querying-vectors

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.