AIF-C01 · Question #128
A company is implementing intelligent agents to provide conversational search experiences for its customers. The company needs a database service that will support storage and queries of embeddings…
The correct answer is B. Amazon Aurora PostgreSQL. The requirement is to identify an AWS database service that supports the storage and querying of embeddings (from a generative AI model) as vectors. Embeddings are typically high-dimensional numerical representations of data (e.g., text, images) used in AI applications like…
Question
A company is implementing intelligent agents to provide conversational search experiences for its customers. The company needs a database service that will support storage and queries of embeddings from a generative AI model as vectors in the database. Which AWS service will meet these requirements?
Options
- AAmazon Athena
- BAmazon Aurora PostgreSQL
- CAmazon Redshift
- DAmazon EMR
How the community answered
(65 responses)- A6% (4)
- B83% (54)
- C9% (6)
- D2% (1)
Explanation
The requirement is to identify an AWS database service that supports the storage and querying of embeddings (from a generative AI model) as vectors. Embeddings are typically high-dimensional numerical representations of data (e.g., text, images) used in AI applications like conversational search. The database must support vector storage and efficient vector similarity searches. Amazon Aurora PostgreSQL- Compatible Edition supports the pgvector extension, which enables efficient storage and similarity searches for vector embeddings. This makes it suitable for AI/ML workloads such as natural language processing and recommendation systems that rely on vector
Topics
Community Discussion
No community discussion yet for this question.