We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89723a commit fd86a70Copy full SHA for fd86a70
nemoguardrails/llm/models/langchain_initializer.py
@@ -38,6 +38,7 @@
38
# Suppress specific LangChain warnings
39
warnings.filterwarnings("ignore", category=LangChainDeprecationWarning)
40
warnings.filterwarnings("ignore", category=LangChainBetaWarning)
41
+warnings.filterwarnings("ignore", module="langchain_nvidia_ai_endpoints._common")
42
43
44
class ModelInitializationError(Exception):
0 commit comments