mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
update docs
This commit is contained in:
@@ -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.
|
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
|
```python Code
|
||||||
from crewai import LLM, Agent, Crew, Process, Task
|
from crewai import LLM, Agent, Crew, Process, Task
|
||||||
from crewai.knowledge.source.crew_docling_source import CrewDoclingSource
|
from crewai.knowledge.source.crew_docling_source import CrewDoclingSource
|
||||||
|
|||||||
Reference in New Issue
Block a user