Hybrid Platform Encyclopedia for Question Answering
- Clone this repository and install npm dependencies
git clone TODO
cd hypedia
npm install
- Follow the setup guide for creating a question answering cognitive service resource: https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/how-to/manage-knowledge-base
- Download VSCode
- Setup a Heroku local server
- Add the following block to
launch.js
to configure a debugging session
{
"type": "node",
"request": "attach",
"name": "Attach to Process",
"port": 7000
}