AIToday
Large Language ModelsAmazon AI BlogPublished: Sep 18, 2026, 01:00 JST

AWS benchmarks Amazon Bedrock Knowledge Bases vector stores

AWS benchmarks Amazon Bedrock Knowledge Bases vector stores

3 Key Points

  1. What happened

    AWS benchmarked three vector store backends for Amazon Bedrock Knowledge Bases and found 512-float embeddings were statistically indistinguishable from 1024-float on product search, at half the index size and lower latency.

  2. Why it matters

    That means teams can use smaller embeddings for this kind of search without losing measurable quality, potentially cutting memory cost.

  3. What to watch

    These results are dataset-specific, so the lossless-versus-lossy dimension gap will depend on the embedding model and data. Watch the p = 0.87 significance behind the 512-float result.

WHO IT HITSEnterprise teams choosing a backend for customer-managed Amazon Bedrock Knowledge Bases can use these benchmarks to weigh memory cost against search quality before committing to a vector store.

Not sure about something? Ask the AI

Summaries like this, in your inbox every morning.

Context & Analysis

AWS's comparison places three supported customer-managed backends side by side: Amazon OpenSearch Service, Amazon Aurora PostgreSQL with pgvector, and Amazon S3 Vectors. The product catalog search test used the Shopping Queries Data Set (ESCI), indexing 1,215,851 unique US products and sampling 5,000 queries. A separate test used over 6 million English Wikipedia articles, chunked into 300-token segments, to measure Amazon S3 Vectors across index sizes from 5,314 to 1,000,413 vectors.

The product search results show a clear trade-off between index size and retrieval quality. While 512-float matched the 1024-float baseline, dropping to 256 dimensions showed a measurable 4.4 percent quality loss. Binarization cut the index by 13.4× at 1024 dimensions but cost 5.2 percent NDCG, and that penalty grew to 28.3 percent at 256 dimensions. Disk mode reduced the index by the same 13.4× as 1024-binary while retaining more quality, but at roughly 3× higher latency (99 ms vs 31 ms p50). Enabling hybrid search provided a consistent +6.0 percent NDCG lift over semantic-only search, which was enough to let 1024-binary with hybrid (0.3658) edge past 1024-float with semantic-only (0.3633) at 13× less memory.

For teams deciding, the practical question centers on which trade-off their workload can tolerate. Ecommerce platforms needing low latency and faceted navigation are pointed toward Amazon OpenSearch Serverless, while deep research agents that run for minutes or hours are pointed toward Amazon S3 Vectors, whose latency at 1 million vectors stayed under 510ms at p99. The benchmark notes that the absolute hybrid lift may differ on natural-language questions, since this dataset favors keyword matching and the 0.7/0.3 fusion weight was set for demonstration rather than tuned.

FAQ
Which vector store backends does Amazon Bedrock Knowledge Bases support in the customer-managed setup?
It supports three: Amazon OpenSearch Service, Amazon Aurora PostgreSQL with pgvector, and Amazon S3 Vectors.
How much did disk mode reduce the index size compared with the in-memory baseline?
At 1024 dimensions, disk mode cut the index by 13.4× (0.40 vs 5.34 GiB), the same size as 1024-binary, but with about 3× higher latency (99 ms p50 vs 31 ms).
Did hybrid search improve retrieval quality over semantic-only search?
Yes. Hybrid improved NDCG by +6.0 percent for both float (0.3633 → 0.3850) and binary (0.3451 → 0.3658) at 1024 dimensions.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • OpenAI: Astra model slipped 27 prompt-injection summariesTHE DECODER · 2h ago
  • GPT-6 Astra beats Pokemon FireRed in 18 hours and 12 minutesTHE DECODER · 2h ago
  • Claude Cowork folds into Claude ChatBen's Bites · 2h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleREVERSAL-BENCH shows the reset-free RL cliff