Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

botpress 10.20.1 and rasa_nlu 0.12.3 how to integrate them? #6

Open
Primtek opened this issue Jul 1, 2018 · 0 comments
Open

botpress 10.20.1 and rasa_nlu 0.12.3 how to integrate them? #6

Primtek opened this issue Jul 1, 2018 · 0 comments

Comments

@Primtek
Copy link

Primtek commented Jul 1, 2018

Hi..

I am running botpress 10.20.1 and rasa_nlu 0.12.3 on centOS 7

my botpress nlu config as follow:

vi config/nlu.json

{
"intentsDir": "./generated/intents",
"entitiesDir": "./generated/entities",
"provider": "rasa",
"debugModeEnabled": false,
"minimumConfidence": "0.3"
}
~

and my rasa_nlu already configured and run using tensorflow
how to integrate it?

11:52:44 - info: Starting botpress version 10.20.1
11:52:44 - info: [Ghost Content Manager] (transparent) Initialized
11:52:44 - debug: [Ghost Content Manager] (transparent) Added root folder generated/media, doing nothing.
11:52:44 - debug: [Ghost Content Manager] (transparent) Added root folder generated/flows, doing nothing.
11:52:44 - info: [Skills] Initiated
11:52:44 - info: Loaded @botpress/audience, version 10.20.1
11:52:44 - verbose: [Renderers] Enabled for webchat.
11:52:44 - info: Loaded @botpress/channel-web, version 10.20.1
11:52:44 - info: Loaded @botpress/hitl, version 10.20.1
11:52:44 - debug: [Ghost Content Manager] (transparent) Added root folder generated/intents, doing nothing.
11:52:44 - debug: [Ghost Content Manager] (transparent) Added root folder generated/entities, doing nothing.
11:52:44 - info: Loaded @botpress/nlu, version 10.20.1
11:52:45 - info: Loaded @botpress/skill-choice, version 10.20.1
11:52:45 - info: Loaded @botpress/terminal, version 10.20.1
11:52:45 - info: Loaded 6 modules
11:52:45 - info: [Skills] Loaded 1 skills
11:52:45 - debug: [Ghost Content Manager] (transparent) Added root folder generated/content, doing nothing.
11:52:45 - debug: Loading middleware: rendering.instrumentation
11:52:45 - debug: Loading middleware: hitl.captureInMessages
11:52:45 - debug: Loading middleware: nlu.incoming
11:52:45 - debug: Loading middleware: hear
11:52:45 - debug: Loading middleware: hitl.captureOutMessages
11:52:45 - debug: Loading middleware: webchat.sendMessages
11:52:45 - debug: Loading middleware: fallback
11:52:45 - debug: Loading data for builtin_text from builtin_text.json
11:52:45 - info: Read 8 item(s) from builtin_text.json
11:52:45 - info: Bot launched. Visit: http://localhost:3000
11:52:45 - debug: Loading data for builtin_image from builtin_image.json
11:52:45 - debug: Loading data for builtin_single-choice from builtin_single-choice.json
11:52:45 - debug: Loading data for builtin_card from builtin_card.json
11:52:45 - debug: Loading data for builtin_action-button from builtin_action-button.json
11:52:45 - debug: Loading data for builtin_carousel from builtin_carousel.json
11:52:45 - debug: Loading data for builtin_raw from builtin_raw.json
11:52:45 - info: ------------
11:52:45 - info: Webchat available at http://localhost:3000/s/chat
11:52:45 - info: ------------
11:52:48 - debug: [NLU::Rasa] Could not fetch model versions
11:52:56 - debug: Dialog: [ N/A ] ( N/A ) ** LOAD
11:52:56 - debug: Dialog: [main] (entry) <> NTHG
11:52:56 - debug: Dialog: [ N/A ] ( N/A ) -- ENDF
11:52:58 - debug: [NLU::Rasa] Could not fetch model versions
11:53:08 - debug: [NLU::Rasa] Could not fetch model versions
11:53:18 - debug: [NLU::Rasa] Could not fetch model versions
11:53:28 - debug: [NLU::Rasa] Could not fetch model versions
11:53:38 - debug: [NLU::Rasa] Could not fetch model versions
11:53:48 - debug: [NLU::Rasa] Could not fetch model versions
11:53:58 - debug: [NLU::Rasa] Could not fetch model versions
11:54:08 - debug: [NLU::Rasa] Could not fetch model versions
11:54:18 - debug: [NLU::Rasa] Could not fetch model versions
11:54:28 - debug: [NLU::Rasa] Could not fetch model versions
11:54:38 - debug: [NLU::Rasa] Could not fetch model versions
11:54:48 - debug: [NLU::Rasa] Could not fetch model versions
11:54:58 - debug: [NLU::Rasa] Could not fetch model versions
11:55:08 - debug: [NLU::Rasa] Could not fetch model versions
11:55:18 - debug: [NLU::Rasa] Could not fetch model versions
11:55:28 - debug: [NLU::Rasa] Could not fetch model versions
11:55:38 - debug: [NLU::Rasa] Could not fetch model versions
11:55:48 - debug: [NLU::Rasa] Could not fetch model versions
11:55:58 - debug: [NLU::Rasa] Could not fetch model versions
11:56:08 - debug: [NLU::Rasa] Could not fetch model versions
11:56:18 - debug: [NLU::Rasa] Could not fetch model versions
11:56:28 - debug: [NLU::Rasa] Could not fetch model versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant