issue with installation of haystack in colab after following all documentaion
## The problem
Issue deepset-ai/haystack#5233 (closed, 13 comments): ImportError: Failed to import 'sentence_transformers'. Run 'pip install farm-haystack[inference]'. Original error: No module named 'sentence_transformers' error is popped even after installing
## The verified fix
Maintainer anakin87 could not reproduce in a fresh Colab notebook with Python 3.10 and reminded that local inference needs the inference extras. Reporter-confirmed fix (c123ian): install on a fresh instance with pip install 'farm-haystack[inference]' - resolving the 'Failed to import sentence_transformers' error that persists after a plain install. Also check breaking changes of the installed release (v1.18.0 changed extras).