diff --git a/docs/concepts/knowledge.mdx b/docs/concepts/knowledge.mdx index 91110e19f..254a56bb8 100644 --- a/docs/concepts/knowledge.mdx +++ b/docs/concepts/knowledge.mdx @@ -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. + + You need to install `docling` for the following example to work: `uv add docling` + + + + ```python Code from crewai import LLM, Agent, Crew, Process, Task from crewai.knowledge.source.crew_docling_source import CrewDoclingSource