docling/docs/integrations/llamaindex.md
Panos Vagenas fb028b71f3 update RAG examples and banner text
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2024-10-16 16:34:44 +02: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 [↗].

!!! info "Docling v2"

The LlamaIndex Docling extension update to Docling v2 is ongoing.

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.