- Create venv (if not already created)
python -m venv venv
- Activate venv:
source venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Launch Weaviate
make up
- Create schema
python create_schema.py
- Feed the database
python feed_database_with_mocks.py
Or instead of launching the commands form 4th, 5th and 6th step, you can run the following command:
make seed