Internal Server Exception to access Bedrock Knowledge Base

0

I wrote a code to access the Amazon Bedrock Knowledge Base and it worked successfully but now I am having the error below. How to fix it?

Exception occurred: An error occurred (InternalServerException) when calling the RetrieveAndGenerate operation (reached max retries: 4): Internal Server Exception

**Code: def askQuestion2(question): session = boto3.Session() bedrock_agent_runtime = session.client('bedrock-agent-runtime') request = { "input": {'text': question}, "retrieveAndGenerateConfiguration": { "type": "KNOWLEDGE_BASE", "knowledgeBaseConfiguration": { "knowledgeBaseId": "xxxxxxxxx", "modelArn": "arn:aws:bedrock:us-east-1::foundation-model/anthropic.claude-v2" } }, }

1 réponse
0

Hi,

You may want to subscribe to this issue on Github: https://github.com/langchain-ai/langchain/issues/17170

They seem to experience same error as you

Best,

Didier

profile pictureAWS
EXPERT
répondu il y a 3 mois
profile picture
EXPERT
vérifié il y a 23 jours

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions