Endpoint url to access the knowledgebase from postman

0

Hi, I'm looking for base endpoint url to access to the knowledgebase with id. Currently, https://bedrock-agent-runtime.{{AWS_Region}}.amazonaws.com/knowledge-bases/test-bedrock-knowledgebase/KLDIEK394 from postman, I get this error:

{ "Output": { "__type": "com.amazon.coral.service#UnknownOperationException" }, "Version": "1.0" }

  • Thank you very much. My bad. I had an eyphen between knowledge-bases. It works now. Thanks again.

Guru
已提问 2 个月前116 查看次数
1 回答
2
已接受的回答

Hi THere

To query a knowledge base and only return relevant text from data sources, send a Retrieve request (see link for request and response formats and field details) with an Agents for Amazon Bedrock runtime endpoint.

So for example, to do a retrieval, the endpoint in us-east-1 is bedrock-agent-runtime.us-east-1.amazonaws.com

You would issue a POST to /knowledgebases/{Your KB ID}/retrieve

See an example here: https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_Retrieve.html#API_agent-runtime_Retrieve_Examples

profile pictureAWS
专家
Matt-B
已回答 2 个月前
profile picture
专家
已审核 2 个月前
profile picture
专家
已审核 2 个月前
  • Thank you very much. My bad. I had an eyphen between knowledge-bases. It works now. Thanks again.

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

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

回答问题的准则