将JSON对象上载到Watson Discovery Service

时间:2019-02-19 13:22:20

标签: watson-discovery

我想直接将node.js中的JSON对象上传到Discovery Service,而无需先保存到文件然后上传文件。

node.js库需要一个文件名参数。有没有办法直接上传json对象?

我可以使用file或filename参数。...

discovery.addDocument({environment_id:ENV_ID,                                     collection_id:COLL_ID,                                     文件:结果,                                     file_content_type:
                                            'application / json'},                                     函数(错误,数据){                                         console.log(JSON.stringify(data,                                                               null,2));                                         });

0 个答案:

没有答案