From cd2c948e688cfdede13dbbc58014b51175097d78 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 28 Oct 2025 17:33:14 -0400 Subject: [PATCH] more --- docs/docs/core-components/ingestion.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/core-components/ingestion.mdx b/docs/docs/core-components/ingestion.mdx index 4b6787df..585ea6e3 100644 --- a/docs/docs/core-components/ingestion.mdx +++ b/docs/docs/core-components/ingestion.mdx @@ -8,14 +8,14 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import PartialModifyFlows from '@site/docs/_partial-modify-flows.mdx'; -OpenRAG uses [Docling](https://docling-project.github.io/docling/) for its document ingestion pipeline. +OpenRAG uses [Docling](https://docling-project.github.io/docling/) for document ingestion. More specifically, OpenRAG uses [Docling Serve](https://github.com/docling-project/docling-serve), which starts a `docling serve` process on your local machine and runs Docling ingestion through an API service. Docling ingests documents from your local machine or OAuth connectors, splits them into chunks, and stores them as separate, structured documents in the OpenSearch `documents` index. OpenRAG chose Docling for its support for a wide variety of file formats, high performance, and advanced understanding of tables and images. -To modify OpenRAG's Knowledge Ingest settings or flows, click