DS4SD / deepsearch-glm

Create fast graph language models from converted PDF documents for knowledge extraction and Q&A.
MIT License
12 stars 2 forks source link

feat: make deepsearch-toolkit optional #71

Closed dolfim-ibm closed 2 weeks ago

dolfim-ibm commented 2 weeks ago

With this simple refactoring, the main GLM functions used by Docling don't depend on deepsearch-toolkit.

Initial testing shows that this is completely backwards compatible (assuming the toolkit is installed).

Additionally, we also remove the textcolor GPL dependency.