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
Hi all, I was recently trying to debug a mismatch between a public example using langchain-nvidia-ai-endpoints and something I was trying to implement and found that the langchain-nvidia-ai-endpoints package does not have a __version__ attribute.
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[20], line 2
1 import langchain_nvidia_ai_endpoints
----> 2 print(langchain_nvidia_ai_endpoints.__version__)
AttributeError: module 'langchain_nvidia_ai_endpoints' has no attribute '__version__'
While there are other ways to check the version of the package that has been installed, this is a standard attribute that's valuable to have for debugging. Requesting that this be added.
The text was updated successfully, but these errors were encountered:
Hi all, I was recently trying to debug a mismatch between a public example using
langchain-nvidia-ai-endpoints
and something I was trying to implement and found that thelangchain-nvidia-ai-endpoints
package does not have a__version__
attribute.Code:
Output:
Code:
Output:
While there are other ways to check the version of the package that has been installed, this is a standard attribute that's valuable to have for debugging. Requesting that this be added.
The text was updated successfully, but these errors were encountered: