-
Currently Willow uses only the intent part of the HA assist pipeline.
It would be nice if users could choose if they want to use the entire pipeline (so use the TTS and STT provided by the pipeline)…
-
In https://w3c.github.io/voiceinteraction/voice%20interaction%20drafts/paArchitecture/paArchitecture-1-3.htm#session we defined a session as:
> Conceptually, multiple sessions can be active in parall…
-
Hi Team,
I want implement for Temi Assistant support Vietnamese. How to implement it?
Thanks,
-
Needed for R2L outputs like:
```
(EvaluationLink
(PredicateNode "that")
(ListLink
(PredicateNode "glad@11")
(PredicateNode "won@22")))
(EvaluationLink
(PredicateNode "glad@11")
…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 1…
-
### Describe the bug
Features 'Generate Titles' and 'Suggest terms & tags' are not working while editing a draft of a custom post type called Resources. When I click on Generate Titles, an error read…
-
I would like to setup SEPIA (framework and DIY client) on a Tinkerboard 2 and a Jabra Speak 510 as audio device.
It seems to be working "half way":
* I can log in to the web client and control hub…
-
from nl2ltl import translate
from nl2ltl.engines.rasa.core import RasaEngine
from nl2ltl.engines.gpt.core import openai
from nl2ltl.filters.simple_filters import BasicFilter
from nl2ltl.engines.ut…
-
We think this is due to intent not in domain file. Do we not catch this with validation? Try to reproduce and see if we can provide better error message.
Sentry Issue: [RASA-OPEN-SOURCE-HAN](https://…
-
1. I have downloaded rsa model. created a directory named 'models' put the rsa model in it.
When I run the sample code provided I get the following error:
`TypeError: stat: path should be string, by…