This serivce accepts a translator reasoner standard message containing a question graph and returns a set of similar questions that may yield better answers.
A live version of the API can be found here.
An example notebook demonstrating the API can be found here.
Please download and implement the Docker container located in the Docker hub repo: renciorg\qrw.
Kubernetes deployment files are available in the \kubernetes directory.
This environment expects Python version 3.8.
cd <code base>
pip install -r requirements.txt
python main.py --host 0.0.0.0 --port 6380
docker run -it -p <port>:6380 QuestionAugmentation
kubernetes configurations and helm charts for this project can be found at:
https://github.com/helxplatform/translator-devops
http://"host name or IP":"port"/apidocs