cpoerschke commented on code in PR #2121: URL: https://github.com/apache/solr/pull/2121#discussion_r1417803601
########## solr/example/films/vectors/README.md: ########## @@ -23,6 +23,12 @@ We present in this directory the Python scripts that were used to create the `fi To replicate the example you have to run the `create_model.py` script first, followed by `create_dataset.py`. We will describe and discuss each of these scripts below. +## Setup + +``` +pip install sentence-transformers Review Comment: ```suggestion pip install -r requirements.txt ``` is better probably. not yet sure though how to best create such a `requirements.txt` file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
