huggingface / node-question-answering

Fast and production-ready question answering in Node.js
Apache License 2.0
464 stars 55 forks source link

Not working for me at all. #4

Closed balasista closed 4 years ago

balasista commented 4 years ago

I tried both on Windows and Ubuntu. But the example code is not working for me at all. Getting errors like

The requested module 'question-answering' does not provide an export named 'QAClient' .fromOptions is not a function Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2

balasista commented 4 years ago

I was able to use the example.js from the "question-answering" package and it worked.