AWS Bedrock Agent very slow

0

I have an NodeJs Api that talks to aws bedrock agent. Every request to the agent takes 10-16 seconds. This happens even when we test this in the console. Is this the norm ?

acehand
質問済み 1ヶ月前302ビュー
1回答
0

A response time of 10-16 seconds for requests to an AWS Bedrock Agent, even when tested in the console, seems unusually high. Typically, interactions with services like the Bedrock Agent should be much faster.

Enable detailed logging and instrumentation in both your Node.js API and the Bedrock Agent to track the sequence of operations, timestamps, and any errors or warnings during request processing. This can provide valuable insights into the performance bottlenecks and help pinpoint the root cause of the slow response time.

profile picture
エキスパート
回答済み 1ヶ月前
  • I looked at the logs, am loading default templates for preprocessing, orchestration and post-processing. I believe thats where max time is being spent

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ