Martin Wunderlich
Martin Wunderlich
Thanks a lot, Tom, for the hint. I have managed to install OpenHab and it looks extremely comprehensive, as far as the integration possibilities are concerned. Now I only need...
For anyone else that might come across this issue while trying to install the conda enviroment for OpenChatKit, the following solution worked for me (on M1 Macbook pro): ``` brew...
I have been able to fix this by changing the import in haystack/nodes/answer_generator/openai.py. line 5 changed from: `from haystack import Document` to `from haystack.schema import Document` This leads to the...