DynamoDB now offers general availability for native vector search, enabling indexing and searching of vector embeddings in real time. The feature delivers single-digit millisecond latency with over 99% recall, addressing the traditional trade-offs between speed, scale, and accuracy as datasets grow to trillions of vectors. Users can store embeddings alongside standard attributes and utilize approximate nearest neighbor searches powered by models from Amazon Bedrock or custom implementations.
- DynamoDB now supports native vector search for real-time ANN queries at scale.
- Achieves single-digit millisecond latency with 99%+ recall on billions to trillions of vectors.
- Store vector embeddings directly alongside existing table attributes without external indexes.
- Integrates with Amazon Bedrock models or allows custom model generation for embeddings.
- Eliminates the need for separate vector databases for high-scale, low-latency requirements.