AI AGENT ADDONS

Storing And Querying Vectors

aws/agent-toolkit-for-aws
AI & Agent Building
2,237installs

Amazon S3 Vectors helps you store and search vector embeddings easily. It is a low cost service for long term storage. You can use it for semantic search, RAG, and similarity search. It works well when you do not need very fast queries all the time.

This service is part of AWS. It has its own API called s3vectors. You create a vector bucket and an index. Then you store embeddings and run searches. The service is best for infrequent queries and large amounts of data.

Add Storing And Querying Vectors skill to your workflow

Global

mkdir -p ~/.claude/skills/storing-and-querying-vectors

Project

mkdir -p .claude/skills/storing-and-querying-vectors

Source Repository

Stars
1,530
Forks
128
Watchers
1,530
License
Apache-2.0
Last Push
1 month ago
Created
3 months ago