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
posta un mese fa302 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un mese fa
  • I looked at the logs, am loading default templates for preprocessing, orchestration and post-processing. I believe thats where max time is being spent

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande