A conversational search system built in python.
Pull the repository from github, and install as a python package:
pip install -e .If installed as a python package, the following command is available:
py_css cliOtherwise, the equivalent can be achieved by navigating into the repository and running the following:
python py_css/main.py clipython py_css/main.py run_file --log=INFO --queries=data/queries_train.csv --output=output/train.txtpython py_css/main.py eval --log=INFO --queries=data/queries_train.csv --qrels=data/qrels_train.txt