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
preguntada hace 2 meses115 visualizaciones
1 Respuesta
2
Respuesta aceptada

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
EXPERTO
Matt-B
respondido hace 2 meses
profile picture
EXPERTO
revisado hace 2 meses
profile picture
EXPERTO
revisado hace 2 meses
  • Thank you very much. My bad. I had an eyphen between knowledge-bases. It works now. Thanks again.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas