article thumbnail

Enhance customer support with Amazon Bedrock Agents by integrating enterprise data APIs

AWS Machine Learning

In this post, we guide you through integrating Amazon Bedrock Agents with enterprise data APIs to create more personalized and effective customer support experiences. An automotive retailer might use inventory management APIs to track stock levels and catalog APIs for vehicle compatibility and specifications.

APIs 128
article thumbnail

Amazon Bedrock launches Session Management APIs for generative AI applications (Preview)

AWS Machine Learning

Amazon Bedrock announces the preview launch of Session Management APIs, a new capability that enables developers to simplify state and context management for generative AI applications built with popular open source frameworks such as LangGraph and LlamaIndex. Building generative AI applications requires more than model API calls.

APIs 116
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Create a generative AI–powered custom Google Chat application using Amazon Bedrock

AWS Machine Learning

The custom Google Chat app, configured for HTTP integration, sends an HTTP request to an API Gateway endpoint. Before processing the request, a Lambda authorizer function associated with the API Gateway authenticates the incoming message. The following figure illustrates the high-level design of the solution.

APIs 123
article thumbnail

Build a multi-tenant generative AI environment for your enterprise on AWS

AWS Machine Learning

It also uses a number of other AWS services such as Amazon API Gateway , AWS Lambda , and Amazon SageMaker. API Gateway is serverless and hence automatically scales with traffic. API Gateway also provides a WebSocket API. As a result, building such a solution is often a significant undertaking for IT teams.

article thumbnail

Implement human-in-the-loop confirmation with Amazon Bedrock Agents

AWS Machine Learning

In addition, they use the developer-provided instruction to create an orchestration plan and then carry out the plan by invoking company APIs and accessing knowledge bases using Retrieval Augmented Generation (RAG) to provide an answer to the users request. This differs from confirmation flows where the agent directly executes API calls.

APIs 117
article thumbnail

Automate building guardrails for Amazon Bedrock using test-driven development

AWS Machine Learning

In this post, we present a solution that takes a TDD approach to guardrail development, allowing you to improve your guardrails over time. This diagram presents the main workflow (Steps 1–4) and the optional automated workflow (Steps 5–7). Solution overview In this solution, you use a TDD approach to improve your guardrails.

APIs 115
article thumbnail

Build a video insights and summarization engine using generative AI with Amazon Bedrock

AWS Machine Learning

This post presents a solution where you can upload a recording of your meeting (a feature available in most modern digital communication services such as Amazon Chime ) to a centralized video insights and summarization engine. With Lambda integration, we can create a web API with an endpoint to the Lambda function.