Skip to content

Comments

Fixed a bug in Amazon Bedrock Agents Workshop Lab 4#613

Open
polius wants to merge 1 commit intoaws-samples:mainfrom
polius:fix/amazon-bedrock-agents-workshop-lab-4
Open

Fixed a bug in Amazon Bedrock Agents Workshop Lab 4#613
polius wants to merge 1 commit intoaws-samples:mainfrom
polius:fix/amazon-bedrock-agents-workshop-lab-4

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