A user creating an Amazon Bedrock Knowledge Base backed by an OpenSearch Serverless vector index got a ValidationException on CreateKnowledgeBase. The full error: The OpenSearch Serverless engine type associated with your vector index is invalid. Recreate your vector index with one of the following valid engine types: FAISS. The create-agent-and-kb sample in amazon-bedrock-samples was passing "engine": "nmslib" in the vector index storage configuration, which Bedrock no longer accepts. Another user confirmed hitting the same error with nmslib.