botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
22 stars 21 forks source link

[BUG] Env Variable "NLU_ENDPOINT" doesn't work #111

Closed allardy closed 2 years ago

allardy commented 2 years ago

If you define the environment variable "NLU_ENDPOINT" (like we do for messaging), it still start a local NLU server and ignores the specified endpoint. The studio uses that variable, the core should do the same thing

franklevasseur commented 2 years ago

Hi @allardy,

Few things to say about this:

  1. This variable is not yet used by Studio. It's only used on branch next.
  2. This problem you are facing is not related to nlu-server, but the orchestrator in Botpress. Please report the issue on the correct repository.
  3. This is not a bug. It was never intended to work like this. You can change the behavior if you want.

I'll close the issue for the reasons mentioned above.