-
Notifications
You must be signed in to change notification settings - Fork 124
Impossible to enable AI for the first time #1072
Description
Workaround below: #1072 (comment)
Hello,
I'm running into an issue whenever I try to enable AI integration with QualCoder 3.6.
After selecting the model and entering the API key, the window for installing AI components appears and whenever clicked OK, I run into the following error:
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
Error traceback (most recent call last):
"File "qualcoder\ai_async_worker.py", line 108, in run
File "qualcoder\ai_vectorstore.py", line 236, in _download_embedding_model
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'"
I've tried manually installing the model like in #1012, but I still encounter the same issue. I also deleted the .qualcoder folder. I even downloaded it with Python, but nothing works.
Thanks a lot for your help.
Best regards,
Alex
