-
https://routerdlv.api.gov.bc.ca/directions.json?apikey=11dd756f680c47b5aef5093d95543738&criteria=fastest&roundTrip=false&points=-133.7017906%2C59.5663764%2C-116.5130556%2C49.0975
response:
{"rou…
-
```
with open(filepath) as infile:
add_doc = discovery.add_document("{environment_id}", "{collection_id}", file=infile, metadata=metadata)
print(json.dumps(add_doc, indent=2))
```
gett…
vkg70 updated
6 years ago
-
using the demos linked in: https://github.ibm.com/Watson/developer-experience/issues/3418
this leaves
- [x] https://github.ibm.com/Watson/conversation-wrapper-demo // contains no deployment inf…
-
I'm getting this error when trying to run npm start. I've updated npm and node to the latest versions. Any idea of what could be causing this?
```
/Users/jward/Desktop/watson-discovery-ui/node_mod…
-
### Steps to reproduce
I'm sending files to the service as indicated on the readme.md as follows:
```cs
using (FileStream fs = File.OpenRead())
{
var result = _discovery.AddDocument(, , , f…
-
Hi,
I am trying to use the Discovery node to search in document.
But it seems that the msg.discoveryparams.passages.characters= 2000 have no effect.
It only returns 200 characters.
Is it poss…
-
Looking good so far team! We need to do a few other things to make this a "code pattern":
1. [x] Create a thorough README.md
2. [x] Create a wiki to draft IBMCode content
3. [x] Add an architectu…
-
This thread is for feedback on the full 2 November working draft. Overarching feedback on the draft can be made here, and complete responses to the draft in .doc format can also be uploaded.
*Upda…
-
Looking good so far team! We need to do a few other things to make this a "code pattern":
1. [x] Create a thorough README.md
2. [x] Create a wiki to draft IBMCode content
3. [x] Add an architectu…
-
I've started pulling together the product backlog for 2018, some are things I want to add myself, other things are requests from users and other things are just things which a decent virtual agent nee…