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
질문됨 한 달 전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
전문가
답변함 한 달 전
  • I looked at the logs, am loading default templates for preprocessing, orchestration and post-processing. I believe thats where max time is being spent

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠