IBM / build-knowledge-base-with-domain-specific-documents

Create a knowledge base using domain specific documents and the mammoth python library
https://developer.ibm.com/patterns/build-a-domain-specific-knowledge-graph-from-given-set-of-documents/
Apache License 2.0
131 stars 43 forks source link

Authentication problem #12

Open snehal96 opened 5 years ago

snehal96 commented 5 years ago

hey @Neha-Setia , the new IBM watson update shows only api key and nowhere in the whole service I could find the username and password combination for the application. I wanted to know how can I implement the given notebook with the new authentication method.

joGaryDR commented 5 years ago

This works for me

natural_language_understanding = NaturalLanguageUnderstandingV1( iam_api_key='', url='https://gateway.watsonplatform.net/natural-language-understanding/api', version='2017-02-27')