docling/docs/integrations/llamaindex.md
Panos Vagenas 32055fe9d6 docs: add Data Prep Kit integration
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2024-11-12 11:09:40 +01:00

1.8 KiB

Get started

Docling is available as an official LlamaIndex [↗] extension.

To get started, check out the step-by-step guide in LlamaIndex [↗].

Components

Docling Reader

Reads document files and uses Docling to populate LlamaIndex Document objects — either serializing Docling's data model (losslessly, e.g. as JSON) or exporting to a simplified format (lossily, e.g. as Markdown).

Docling Node Parser

Reads LlamaIndex Document objects populated in Docling's format by Docling Reader and, using its knowledge of the Docling format, parses them to LlamaIndex Node objects for downstream usage in LlamaIndex applications, e.g. as chunks for embedding.