epugh commented on code in PR #2121: URL: https://github.com/apache/solr/pull/2121#discussion_r1417822279
########## 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: also, if the list is short, one reason i like the `pip install sentence-transformers` is then you see exactly what is going on, versus having to check some sort of `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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org