Install dependencies:
pip install -r requirements.txtRun the pipeline with the default example queries:
python solution.pyRun the pipeline with custom queries:
python solution.py --queries "Logistic companies in Romania" "Pharmaceutical companies in Switzerland"Save results to JSON:
python solution.py --save-results --results-path outputs/results.jsonRun the smoke test:
python -m pytest tests/test_smoke.py