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
>>> from langchain_nvidia_ai_endpoints import NVIDIAEmbeddings
>>> NVIDIAEmbeddings.get_available_models()
/langchain_nvidia_ai_endpoints/_common.py:172: UserWarning: An API key is required for the hosted NIM. This will become an error in the future.
warnings.warn(
[...]
the warning should not be present for get_available_models() as a key is not required.
The text was updated successfully, but these errors were encountered:
the warning should not be present for
get_available_models()
as a key is not required.The text was updated successfully, but these errors were encountered: