Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created March 18, 2025 03:19
Show Gist options
  • Select an option

  • Save KyMidd/80d177128fb7082eb51b549eb56c71b2 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/80d177128fb7082eb51b549eb56c71b2 to your computer and use it in GitHub Desktop.
# Fetch ranks
rank_response = bedrock_client.invoke_model(
modelId=rerank_model_id,
accept="application/json",
contentType="application/json",
body=body,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment