Using MachineLearningNotebooks with azure.com

Jupyter Notebook integration

✓ Official SDK
Install
# See https://github.com/Azure/MachineLearningNotebooks
Train call to add suggestions to the knowledgebase.
curl \
  -H "Authorization: $API_KEY" \
  /knowledgebases/{kbId}/train
GenerateAnswer call to query the knowledgebase.
curl \
  -H "Authorization: $API_KEY" \
  /knowledgebases/{kbId}/generateAnswer
SDK on GitHub 📄 API Docs
SDK
MachineLearningNotebooks
Jupyter Notebook
API
azure.com
azure.com:cognitiveservices-QnAMakerRuntime
At a glance
Language Jupyter Notebook
Endpoints2
✓ Official