diff --git a/docs/docs/core-components/ingestion.mdx b/docs/docs/core-components/ingestion.mdx index bbe878c4..a2d0fbdd 100644 --- a/docs/docs/core-components/ingestion.mdx +++ b/docs/docs/core-components/ingestion.mdx @@ -43,7 +43,7 @@ If OpenRAG detects that the local machine is running on macOS, OpenRAG uses the ## Use OpenRAG default ingestion instead of Docling serve -If you want to use OpenRAG's built-in pipeline instead of Docling serve, set `DISABLE_INGEST_WITH_LANGFLOW=true` in [Environment variables](/reference/configuration#ingestion-configuration). +If you want to use OpenRAG's built-in pipeline instead of Docling serve, set `DISABLE_INGEST_WITH_LANGFLOW=true` in [Environment variables](/reference/configuration#document-processing). The built-in pipeline still uses the Docling processor, but uses it directly without the Docling Serve API. diff --git a/docs/docs/reference/configuration.mdx b/docs/docs/reference/configuration.mdx index cb29105f..3fe9135d 100644 --- a/docs/docs/reference/configuration.mdx +++ b/docs/docs/reference/configuration.mdx @@ -71,7 +71,7 @@ For more information, see [Application onboarding](/install#application-onboardi ### Document processing Control how OpenRAG processes and ingests documents into your knowledge base. -For more information, see [Ingestion](/core-components/ingestion). +For more information, see [Ingestion](/ingestion). | Variable | Default | Description | |----------|---------|-------------| @@ -103,7 +103,6 @@ Configure Langflow authentication. | `NUDGES_FLOW_ID` | pre-filled | This value is pre-filled. The default value is found in [.env.example](https://github.com/langflow-ai/openrag/blob/main/.env.example). | | `SYSTEM_PROMPT` | "You are a helpful AI assistant with access to a knowledge base. Answer questions based on the provided context." | System prompt for the Langflow agent. | - ### OAuth provider settings Configure OAuth providers and external service integrations. @@ -171,7 +170,7 @@ To manually edit the `config.yaml` file, do the following: The `config.yaml` value set for `MODEL_PROVIDER` can **not** be changed after onboarding. If you change this value in `config.yaml`, it will have no effect on restart. -To change your `MODEL_PROVIDER`, you must [delete the OpenRAG containers](/tui#status), delete `config.yaml`, and [install OpenRAG](/install) again. +To change your `MODEL_PROVIDER`, you must [delete the OpenRAG containers](/get-started/tui#status), delete `config.yaml`, and [install OpenRAG](/install) again. ## Langflow runtime overrides