You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/root/Python-3.10.14/oranbot/lib/python3.10/site-packages/langchain_nvidia_ai_endpoints/_common.py", line 311, in _try_raise
raise Exception(f"{header}\n{body}") from None
Exception: [401] Unauthorized
Bearer error="invalid_token"
error_description="Bearer token is malformed"
error_uri="https://tools.ietf.org/html/rfc6750#section-3.1"
Please check or regenerate your API key.
This is the error we are getting in the vector db creation
The text was updated successfully, but these errors were encountered:
File "/root/Python-3.10.14/oranbot/lib/python3.10/site-packages/langchain_nvidia_ai_endpoints/_common.py", line 311, in _try_raise
raise Exception(f"{header}\n{body}") from None
Exception: [401] Unauthorized
Bearer error="invalid_token"
error_description="Bearer token is malformed"
error_uri="https://tools.ietf.org/html/rfc6750#section-3.1"
Please check or regenerate your API key.
This is the error we are getting in the vector db creation
The text was updated successfully, but these errors were encountered: