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
asked 21 days ago60 views
1 Answer
2
Accepted Answer

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
EXPERT
Matt-B
answered 21 days ago
profile picture
EXPERT
reviewed 21 days ago
profile picture
EXPERT
reviewed 21 days ago
  • Thank you very much. My bad. I had an eyphen between knowledge-bases. It works now. Thanks again.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions