Closed fayvor closed 1 month ago
@AnnaGutowska I'm getting this "token_quota_reached" failure in Agentic_RAG:
ApiRequestFailure: Failure during generate. (POST ***ml/v1/text/generation?version=2024-10-14)
Status code: 403, body: {"errors":[{"code":"token_quota_reached","message":"Request of 1 token(s) from quota was rejected","more_info":"https://cloud.ibm.com/apidocs/watsonx-ai"}],"trace":"fd0b0ed54e2cf8b523574b4c3b30a2df","status_code":403}
@AnnaGutowska I'm getting this "token_quota_reached" failure in Agentic_RAG:
ApiRequestFailure: Failure during generate. (POST ***ml/v1/text/generation?version=2024-10-14) Status code: 403, body: {"errors":[{"code":"token_quota_reached","message":"Request of 1 token(s) from quota was rejected","more_info":"https://cloud.ibm.com/apidocs/watsonx-ai"}],"trace":"fd0b0ed54e2cf8b523574b4c3b30a2df","status_code":403}
@fayvor I am receiving the same error in this PR. Is the API key used by the org attached to a free account of watsonx? This is likely the reason for the error.
Is the API key used by the org attached to a free account of watsonx?
Yes that seems to be the issue.
PR Checklist
!pip install git+https://github.com/ibm-granite-community/granite-kitchen
in the instructions.