from sentence_transformers import SentenceTransformer, util documents = [ {"id": "doc-001", "text": "Set up billing alerts for monthly cloud spending."}, {"id": "doc-002", "text": "Reset expired password links from the account security page."}, {"id": "doc-003", "text": "Rotate SSH keys for production deployment hosts."}, {"id": "doc-004", "text": "Renew TLS certificates before the web server reload."}, {"id": "doc-005", "text": "Export customer invoices from the finance dashboard."}, ] query = "password reset link expired"