A team has created a knowledge base in Amazon Bedrock for a Q&A application. After updating the source documents, they notice that the model still returns old information. What is the MOST likely cause?
Syncing is required to reflect changes in the vector store.
Why this answer
The vector store must be resynchronized after document updates. Chunking changes, model selection, and guardrails would not cause stale data if the vector store is not refreshed.