- Newest
- Most votes
- Most comments
This typically happens when there are permission issues or configuration problems with the vector store. Here's how to address this:
-
First, check the current status of your data source: bash aws bedrock-agent get-data-source
--knowledge-base-id YOUR_KNOWLEDGE_BASE_ID
--data-source-id CEJWXOWCXK -
Try updating the data deletion policy to RETAIN before deleting: bash aws bedrock-agent update-data-source
--knowledge-base-id YOUR_KNOWLEDGE_BASE_ID
--data-source-id CEJWXOWCXK
--data-deletion-policy RETAIN -
Then attempt to delete the data source again: bash aws bedrock-agent delete-data-source
--knowledge-base-id YOUR_KNOWLEDGE_BASE_ID
--data-source-id CEJWXOWCXK
If the issue persists, check that: • The IAM role used by your Knowledge Base has sufficient permissions • Your vector store configurations are correct • The service role can access and modify the vector store
answered a year ago
Relevant content
asked 2 years ago
asked 2 years ago
asked a year ago
asked 2 years ago
