Giter VIP home page Giter VIP logo

assistant's People

Contributors

bpulito avatar californiakat avatar charlotte-holt avatar cldocid2 avatar crlordan avatar fedigank5 avatar g-may avatar jdicarl avatar jeffpk62 avatar jfmartinez avatar kmacdonald06 avatar kurowskiwxs avatar michelle-miller avatar neal-timpe avatar nickybleiel avatar rhorsfal avatar rrberry avatar scot-taylor-ibm avatar sirspidey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

assistant's Issues

Problem with Watson Discovery

I try to analize two files, both of them has someting like 10.000 lines. One is a .csv and the other a .json.
The thing is that neither of them was analize by Discovery. The two of them was upload two days ago and even now the draw of the machine analizing hte data was there but never end and show no error the program.

V1 API Create Intent not working properly

When creating multiple intents using the V1 API (Python 3.7, ibm-watson == 4.2.1) all of the example texts from all of the intents are appearing under each intent - each intent has all of the example texts from every intent that was uploaded. I was using an older version of the API client when this behavior started on 2/5/2020, I upgraded to the latest versions and it is still happening.

IBM dialog json format

what is the generic format of a Q&A form of chatbot? eg Intent: what is your name? Response: My name is brian.... i have thousands of reddit data, and I want to write a python script to integrate it with the ibm json format

Ambiguous direction

Its not clear enough on where you have to go to download your skilled JSON file, it took a while trying to find it. It will be better if you specified that you had to go under versions then click the hamburger button and click export to do so

Continuing issue with IBM Assistant Videos

On each and every training video or for that matter any initialization Watson Assistant, it starts off with the Welcome Dialog Node, That node says " If Assistant Recognizes Welcome". Well that seems incongruous because it is the Assistant that is conveying the welcome. Or if this is an entry intent, where is it defined in the intents list ? What am I missing ?

GR_SDPA_Customers

This provides a list of the customers who are assgined to GR SDPA in India

Problem in create session

When I reset up the api key and assistant id successfully, I cannot create a session and be thrown by a forbidden exception.

"output: The dialog response to return to the user."

Hi,

On the https://cloud.ibm.com/docs/services/assistant?topic=assistant-dialog-runtime#dialog-runtime. I think the following section that talks about what output looks like maybe confusing to reader. If I'm not wrong, it is actually the dialog JSON configuration for output json.

{
"output": {
  "generic": [
    {
      "values": [
        {
          "text": "This is my response text."
        }
      ],
      "response_type": "text",
      "selection_policy": "sequential"
    }
  ]
}
}

Regards,
Vincent Ong

Adding Turkish Language Support

Hi,

Are there any plans to add Turkish as a supported language? How can I add new language support to IBM Watson Assitant? I'd like to help on this issue in case needed.

Best Regards,
Yusuf Kursat Tuncel

DoctorBot

This is a chatbot built with an intention to reduce your burden to see a dermatologist for the simplest problems. You can ask the bot for simple skin problems.

List of values in @sys-date.festival

Please can a list of values for the @sys-date.festival entity be added to the docs? Only several examples are given and they only seem relevant for the US. I'm looking for holidays relating to the UK, particularly bank holidays, so I'd like to know if these are included in the entity already. If not, I'd like to know which holidays are for future use. Thank you!

Native JSON for slack messages

Hello, Could you please provide an example how to send a Native JSON message to Slack using attachments? When I build a JSON with the Slack message builder and add this to "output.slack", it is not showing the message in Slack, using the Standard IBM connector. Thank you!

dialog-evolution incorrect functional difference

In dialog evolution page, section Key functional differences, I read:

  • Context variables are scoped to the action that uses them.

There are 2 issues associated to this statement:

  1. Is it correct? It seems that, lucky, this behaviour is not implemented. I tried to set a context variable in an action and I can use it in another action.
  2. It is impossible to manage conversations without using context variable that can be shared across actions (i.e. customer profile, customer preferences and so on), so it should be preferrable that it will not be implemented at all.

The document needs to be updated.

The document at the following link needs to be updated.
https://cloud.ibm.com/docs/services/assistant?topic=assistant-api-client&programming_language=javascript

// Set up Assistant service wrapper.
const service = new AssistantV2({
iam_apikey: '{apikey}', // replace with API key
url: '{url}', // replace with your watson assistant URL. This is missing.
version: '2019-02-28',
});

Also, the document mentions using npm install watson-developer-cloud which should be npm install ibm-watson.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.