Skip to content

Not able to load docling due to allow_external_plugins=false #30

@bagminer

Description

@bagminer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions