-
Notifications
You must be signed in to change notification settings - Fork 511
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
General questions #718
Comments
Hi @joolfe,
I'm not sure I've understood correctly your question. An agent in other solutions like DialogFlow would correspond to a
I cannot answer precisely this question but 500 intents is a lot. I'll try to run some benchmarks to give you a (very) rough estimate.
Yes, the |
Great! thanks for your replies, just a new question: There exist any implementation that use snips NLU and expose through a REST API? I mean, something like a ready to use server that use snips. |
Not that I'm aware of. For now, we have focused mostly on core NLU features, while optimizing accuracy, lightweightness and speed. |
I start using Snips NLU in my project and I wrap engine in Flask to have rest in begging on it. You can see https://github.com/cefothe/distributed-chat-system/blob/master/nlu-service/server.py |
Hello. How would I use lower level intents with snips? We are writing our own "dialogue manager" at the moment. We need to create intents that only contain a single slot value and nothing else. How would we separate (filter) those intents from the top-level intents that can always get triggered? For example: |
Hi @haukeFCE ,
I hope this helps. |
Thanks, this helps already. |
Hi,
I'm new in Snips NLU, i have test lot of solutions like DilaogFlow, Luis, Watson (even in production projects) and now i have discover snips and i think is amaizing :-) but i have lot of quetsions related with this, not sure if this is the correct channel so please tell me if there are any google group or forum for this kind of quetsions:
Thanks!
The text was updated successfully, but these errors were encountered: