diff --git a/docs/cookbooks/walkthrough.mdx b/docs/cookbooks/walkthrough.mdx index 42a4b0da6..bfa289931 100644 --- a/docs/cookbooks/walkthrough.mdx +++ b/docs/cookbooks/walkthrough.mdx @@ -116,7 +116,7 @@ Key features include: -R2R offers a powerful data ingestion process that handles various file types including `html`, `pdf`, `png`, `mp3`, and `txt`. The full list of supported filetypes is available [here](/documentation/configuration/parsing_and_chunking). The ingestion process parses, chunks, embeds, and stores documents efficiently with a fully asynchronous pipeline. To demonstrate this functionality: +R2R offers a powerful data ingestion process that handles various file types including `html`, `pdf`, `png`, `mp3`, and `txt`. The full list of supported filetypes is available [here](/documentation/configuration/ingestion/overview). The ingestion process parses, chunks, embeds, and stores documents efficiently with a fully asynchronous pipeline. To demonstrate this functionality: diff --git a/docs/documentation/deployment/introduction.mdx b/docs/documentation/deployment/introduction.mdx index ea39a3c50..f67ff25e7 100644 --- a/docs/documentation/deployment/introduction.mdx +++ b/docs/documentation/deployment/introduction.mdx @@ -10,7 +10,7 @@ R2R (RAG to Riches) is designed to be flexible and scalable, allowing deployment ## Deployment Options -1. **Local Docker or Local Build**: Ideal for development and testing. [Start here](/documentation/installation/docker). +1. **Local Docker or Local Build**: Ideal for development and testing. [Start here](/documentation/installation/overview). 2. **Single Cloud Instance**: Recommended for most small to medium-sized organizations. 3. **Container Orchestration** (Docker Swarm): Suitable for larger organizations or those requiring more granular resource control diff --git a/docs/documentation/deployment/troubleshooting/index.mdx b/docs/documentation/deployment/troubleshooting/index.mdx index 91916c293..10b5ab02a 100644 --- a/docs/documentation/deployment/troubleshooting/index.mdx +++ b/docs/documentation/deployment/troubleshooting/index.mdx @@ -66,7 +66,6 @@ Have you encountered issues with deploying your R2R system? Have no fear our tro ## Debugging Tips - [How to check R2R logs](/documentation/deployment/troubleshooting/r2r_logs)) -- [Using the health check endpoint](r2r_health) ## Getting Help diff --git a/docs/documentation/installation/light/local-system.mdx b/docs/documentation/installation/light/local-system.mdx index cb389feb0..03fcfac2a 100644 --- a/docs/documentation/installation/light/local-system.mdx +++ b/docs/documentation/installation/light/local-system.mdx @@ -21,7 +21,7 @@ pip install 'r2r[core,ingestion-bundle]' The `core` and `ingestion-bundle` dependencies, combined with a Postgres database, provide the necessary components to deploy a user-facing R2R application into production. -If you need advanced features like orchestration or parsing with `Unstructured.io` then refer to the full installation . +If you need advanced features like orchestration or parsing with `Unstructured.io` then refer to the full installation . ## Environment Setup diff --git a/docs/documentation/installation/overview.mdx b/docs/documentation/installation/overview.mdx index 92545ecb1..2aad95618 100644 --- a/docs/documentation/installation/overview.mdx +++ b/docs/documentation/installation/overview.mdx @@ -14,7 +14,7 @@ Welcome to the R2R installation guide. R2R offers powerful features for your RAG A lightweight version of R2R, **perfect for quick prototyping and simpler applications**. Some advanced features, like orchestration and advanced document parsing, may not be available. - + The full-featured R2R system, ideal **for advanced use cases and production deployments**. Includes all components and capabilities, such as **Hatchet** for orchestration and **Unstructured** for parsing. diff --git a/docs/introduction/system.mdx b/docs/introduction/system.mdx index f47619380..3d0684921 100644 --- a/docs/introduction/system.mdx +++ b/docs/introduction/system.mdx @@ -90,4 +90,4 @@ R2R is built on a modular, service-oriented architecture designed for scalabilit This architecture enables R2R to handle everything from simple RAG applications to complex, production-grade systems with advanced features like hybrid search and GraphRAG. -Ready to get started? Check out our [Docker installation guide](/documentation/installation/docker) and [Quickstart tutorial](/documentation/quickstart) to begin your R2R journey. +Ready to get started? Check out our [Docker installation guide](/documentation/installation/full/docker) and [Quickstart tutorial](/documentation/quickstart) to begin your R2R journey.