IntelLabs / VectorSearchDatasets

MIT License
19 stars 3 forks source link

Missing steps in text/README.md #16

Open marianotepper opened 2 days ago

marianotepper commented 2 days ago

There are a couple of steps missing in the following readme. https://github.com/IntelLabs/VectorSearchDatasets/blob/main/text/README.md

These are related to the installation of mongodb:

  1. Install KILT: Download and install from source KILT (https://github.com/facebookresearch/KILT/blob/main/README.md)
  2. Install mongodb (community edition): https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/
  3. Run mongodb (community edition): brew services start mongodb/brew/mongodb-community

All of this should happen before step 1 in the Readme.

marianotepper commented 1 day ago

Another step missing is running "python -m spacy download en_core_web_sm" before step 3 in the Readme.