Open hweiske opened 1 month ago
Hey there, @hweiske! 👋 I'm here to help you with any bugs, questions, or contributions you have. I'm a bot designed to assist you while you wait for a human maintainer.
The issues you're encountering with paper-qa
and pyzotero
are likely related to bugs or misconfigurations rather than database errors.
AuthenticationError:
AuthenticationError
indicates that the API key provided is incorrect or expired. Ensure that the ZOTERO_USER_ID
and ZOTERO_API_KEY
environment variables are correctly set. This error is more indicative of a bug or misconfiguration rather than a database issue [1].JSONDecodeError:
JSONDecodeError
suggests that the JSON response from Zotero is not being parsed correctly. This could be due to an issue with the response format or how the response is being handled in the code. This is also more indicative of a bug rather than a database error [1].Additionally, there are known issues and limitations documented in the paper-qa
repository related to the integration with Zotero, such as the reliance on environment variables and potential issues with PDF handling [2][1].
To address these issues, ensure that your environment variables are correctly configured and consider reviewing the handling of JSON responses in your code.
To continue talking to Dosu, mention @dosu.
The API error results from the open API key. It seems that the docs object has a problem with the specification of no API key, due to the local model.
I got paper-qa correctly running with a local model. However when trying to use a paper folder, an AuthenticationError occurs, with:
Additionally a decoder error occurs
atleast in the cost of the model litellm is correctly using the local model