watson-developer-cloud / assistant-with-discovery

DEPRECATED: this application is deprecated and thus will not receive fixes or security updates. It is archived for educational purposes, but may not function.
Apache License 2.0
145 stars 340 forks source link

Conversation #42

Closed sayurimizuguchi closed 8 years ago

sayurimizuguchi commented 8 years ago

Hello, if i dont use the Retrieve and Rank services to use Watson, which files have to use?

Thanks.

dgterry commented 8 years ago

Hello, Are you simply wanting to use the app for Conversation only? If so you can essentially comment out the if block starting here: https://github.com/watson-developer-cloud/conversation-enhanced/blob/master/src/main/java/com/ibm/watson/apis/conversation_enhanced/rest/ProxyResource.java#L125 that will force the app to never call R&R and always return the Conversation response.

You might be interested in exploring the https://github.com/watson-developer-cloud/conversation-simple application which only uses conversation.