问题描述
我在我的应用程序中使用会话服务,在后端,我想使用已设置的语料库,因为我的语料库中包含了20多年的技术视频和文章,因此我可以提出更深层次的技术问题.
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.
您能给我指出会话服务已与后端Watson服务集成在一起的示例吗?
Can you please point me to examples where Conversation service has been integrated with backend Watson services ?
推荐答案
有一个在以下位置集成Retrieve和Rank的示例 http://conversation-enhanced.mybluemix.net/
There is an example of integrating Retrieve and Rank athttp://conversation-enhanced.mybluemix.net/
展示此集成的代码位于 https://github.com/watson -developer-cloud/conversation-enhanced
The code to show this integration is housed at https://github.com/watson-developer-cloud/conversation-enhanced
这篇关于如何将后端绑定到Watson的对话服务?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!