Skip to content

Instantly share code, notes, and snippets.

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

  • Save KyMidd/70ea0f18f1d32dc1f037fec23ecb4897 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/70ea0f18f1d32dc1f037fec23ecb4897 to your computer and use it in GitHub Desktop.
# Reranking knowledge base results
def rerank_text(flat_conversation, kb_responses, bedrock_client):
# Data looks like this:
# [
# {
# "text": "text",
# "url": "url",
# },
# {
# "text": "text",
# "url": "url",
# }
# ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment