How to tie a backend to Watson's Conversation

2019-05-26 21:11发布

I am using Conversation service in my application, at the backend I want to use the corpus I have setup so that I can ask deep technical questions since my corpus has been populated with Technical videos and articles spanning 20+ years.

Can you please point me to examples where Conversation service has been integrated with backend Watson services ?

2条回答
我想做一个坏孩纸
2楼-- · 2019-05-26 21:37

I did find the code where the query is constructed with the user's input and the backend corpus is searched , the class in github is here : https://github.com/watson-developer-cloud/conversation-enhanced/blob/master/src/main/java/com/ibm/watson/apis/conversation_enhanced/rest/ProxyResource.java

查看更多
趁早两清
3楼-- · 2019-05-26 21:46

There is an example of integrating Retrieve and Rank at http://conversation-enhanced.mybluemix.net/

The code to show this integration is housed at https://github.com/watson-developer-cloud/conversation-enhanced

查看更多
登录 后发表回答