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
demandé il y a 2 mois115 vues
1 réponse
2
Réponse acceptée

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
répondu il y a 2 mois
profile picture
EXPERT
vérifié il y a 2 mois
profile picture
EXPERT
vérifié il y a 2 mois
  • Thank you very much. My bad. I had an eyphen between knowledge-bases. It works now. Thanks again.

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