Skip to content

Commit

Permalink
fix broken doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty authored and logerzerox committed Oct 7, 2024
1 parent 266fef5 commit d2ff1bb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/cookbooks/walkthrough.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Key features include:
<AccordionGroup>

<Accordion icon="database" title="Ingest Data" defaultOpen={true}>
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:

<Tabs>
<Tab title="CLI">
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/deployment/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion docs/documentation/deployment/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/installation/light/local-system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="/documentation/installation/core/docker"> full installation </a>.
If you need advanced features like orchestration or parsing with `Unstructured.io` then refer to the <a href="/documentation/installation/full/docker"> full installation </a>.

## Environment Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/installation/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Welcome to the R2R installation guide. R2R offers powerful features for your RAG
<Card title="R2R Light" icon="feather" href="/documentation/installation/light">
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.
</Card>
<Card title="R2R" icon="server" href="/documentation/installation/core">
<Card title="R2R" icon="server" href="/documentation/installation/full">
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.
</Card>
</CardGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d2ff1bb

Please sign in to comment.