Fix docling issues (#1909)

* Fix docling issues

* update docs
This commit is contained in:
Brandon Hancock (bhancock_ai)
2025-01-16 12:47:59 -05:00
committed by GitHub
parent b5779dca12
commit cc129a0bce
2 changed files with 12 additions and 5 deletions

View File

@@ -93,6 +93,12 @@ result = crew.kickoff(inputs={"question": "What city does John live in and how o
Here's another example with the `CrewDoclingSource`. The CrewDoclingSource is actually quite versatile and can handle multiple file formats including TXT, PDF, DOCX, HTML, and more.
<Note>
You need to install `docling` for the following example to work: `uv add docling`
</Note>
```python Code
from crewai import LLM, Agent, Crew, Process, Task
from crewai.knowledge.source.crew_docling_source import CrewDoclingSource