1
我對Watson Discovery服務的響應運行查詢,並且希望在響應中包含這些段落(默認情況下,段落不包含,使用段落=真應該包括它。但我不 得到它。Watson Discovery服務 - 查詢數據收集Node.js - 通道丟失
var queryString = {'natural_language_query':searchString};
insert(cloudantDb,"9", "Call freie Textsuche ", queryString, "-", params);
return new Promise ((resolve, reject) => {
discovery.query({
environment_id: 'my env id',
collection_id: 'my coll id',
query: queryString,
passages: true,
count: 3
}
有人能幫忙嗎?