diff --git a/src/oss/javascript/integrations/document_loaders/index.mdx b/src/oss/javascript/integrations/document_loaders/index.mdx
index e693201c74..68ae8ce14d 100644
--- a/src/oss/javascript/integrations/document_loaders/index.mdx
+++ b/src/oss/javascript/integrations/document_loaders/index.mdx
@@ -10,6 +10,10 @@ This ensures that data can be handled consistently regardless of the source.
All document loaders implement the @[BaseLoader] interface.
+
+Community document loaders are user-contributed and unverified. LangChain does not review or endorse these integrations; use them at your own risk.
+
+
## Interface
Each document loader may define its own parameters, but they share a common API:
diff --git a/src/oss/python/integrations/document_loaders/index.mdx b/src/oss/python/integrations/document_loaders/index.mdx
index ee778cb4e1..01614957dc 100644
--- a/src/oss/python/integrations/document_loaders/index.mdx
+++ b/src/oss/python/integrations/document_loaders/index.mdx
@@ -10,6 +10,10 @@ This ensures that data can be handled consistently regardless of the source.
All document loaders implement the @[`BaseLoader`] interface.
+
+Community document loaders are user-contributed and unverified. LangChain does not review or endorse these integrations; use them at your own risk.
+
+
## Interface
Each document loader may define its own parameters, but they share a common API: