For this code snippet, I am getting error and its not loading -
from langchain_docling.loader import DoclingLoader loader = DoclingLoader(file_path = str(file_path)) documents.extend(loader.load())
Error message -
The plugin langchain_docling will not be loaded because Docling is being executed with allow_external_plugins=false.
The version is - "langchain-docling>=2.0.0"
I also tried to use CLI (via uv) to allow the external plugins
For this code snippet, I am getting error and its not loading -
from langchain_docling.loader import DoclingLoader loader = DoclingLoader(file_path = str(file_path)) documents.extend(loader.load())Error message -
The plugin langchain_docling will not be loaded because Docling is being executed with allow_external_plugins=false.
The version is -
"langchain-docling>=2.0.0"I also tried to use CLI (via uv) to allow the external plugins