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 回答
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
专家
已回答 3 个月前
profile picture
专家
已审核 22 天前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则