Skip to content

Conversation

@polius
Copy link

@polius polius commented Jul 15, 2025

Last week, I delivered the Amazon Bedrock Agents Workshop to a group of customers and identified a bug in Lab 4 - Create Agent with a Single Knowledge Base.

Issue

response = open_search_client.indices.create(kb_vector_index_name, body=index_body)
bug

Fix

response = open_search_client.indices.create(index=kb_vector_index_name, body=index_body)
fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant