(wanted to dockerize, but time)
python3 -m venv .healx_env
source .healx_env/bin/activate
pip install -r requirements.txt
docker-compose up -d
python indexer.py metadata.csv
Ensure you are in the virtual env
./start_server.sh
This uses pytest, you can optionally add --pdb for debugging
This creates and destroys a test-index to ingest test data into.
pytest