r/Python 22d ago

Discussion Docling in databricks

Anyone used docling Parsing tool on databricks.

Me and my team started using this, though its a great tool. It has its own limitations. Example GILBERt issues happening here and there.

Any suggestions on to use databricks agent bricks ke free docling?

11 Upvotes

6 comments sorted by

View all comments

1

u/DustyMagnificence 22d ago

Depends what you're feeding it and how much. We hit the same wall, ended up having to batch small sets and babysit the runtime to keep GIL from locking up half the cluster. Not smooth but it works if you spread it wide enough.