What problem does it solve? Setting up cost-effective long-term vector storage on AWS involves many immutable configuration decisions (dimensions, distance metrics, metadata keys, encryption) that are easy to get wrong. This Skill guides you through creating S3 Vectors buckets and indexes, generating embeddings, and running similarity queries without costly misconfiguration. ## Core Features & Use Cases - Vector Bucket & Index Creation: Step-by-step setup of S3 Vectors buckets and indexes with pre-flight checklists for immutable parameters like dimension, distance metric, and non-filterable metadata keys. - Embedding Generation & Storage: Generate embeddings via Amazon Bedrock (Titan, Cohere) and batch-insert vectors with PutVectors, including retry and backoff handling for rate limits. - Similarity Search with Metadata Filtering: Query vectors with top-k, distance metrics, and filter expressions, with guidance on required IAM permissions. - Use Case: You are building a RAG application and need affordable vector storage for infrequent queries. Use this Skill to create a vector index matching your embedding model, ingest your document embeddings, and run semantic search queries with metadata filters. ## Quick Start Ask the assistant to create an S3 Vectors bucket and index, then store and query embeddings for your documents using Amazon S3 Vectors.