From 1b04e044d7d20ee69dd2448fd24d8cc807277dad Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 7 Oct 2025 10:27:04 -0400 Subject: [PATCH] remove-preview-admonition --- docs/docs/_partial-external-preview.mdx | 4 ---- docs/docs/core-components/agents.mdx | 3 --- docs/docs/core-components/ingestion.mdx | 3 --- docs/docs/core-components/knowledge.mdx | 3 --- docs/docs/get-started/docker.mdx | 3 --- docs/docs/get-started/install.mdx | 3 --- docs/docs/get-started/quickstart.mdx | 3 --- docs/docs/get-started/tui.mdx | 4 ---- docs/docs/get-started/what-is-openrag.mdx | 4 ---- docs/docs/support/troubleshoot.mdx | 3 --- 10 files changed, 33 deletions(-) delete mode 100644 docs/docs/_partial-external-preview.mdx diff --git a/docs/docs/_partial-external-preview.mdx b/docs/docs/_partial-external-preview.mdx deleted file mode 100644 index 8563720c..00000000 --- a/docs/docs/_partial-external-preview.mdx +++ /dev/null @@ -1,4 +0,0 @@ -:::info -OpenRAG is is currently in public preview. -Development is ongoing, and the features and functionality are subject to change. -::: \ No newline at end of file diff --git a/docs/docs/core-components/agents.mdx b/docs/docs/core-components/agents.mdx index 3ee4617b..70ac31d0 100644 --- a/docs/docs/core-components/agents.mdx +++ b/docs/docs/core-components/agents.mdx @@ -7,9 +7,6 @@ import Icon from "@site/src/components/icon/icon"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import PartialModifyFlows from '@site/docs/_partial-modify-flows.mdx'; -import PartialExternalPreview from '@site/docs/_partial-external-preview.mdx'; - - OpenRAG leverages Langflow's Agent component to power the OpenRAG OpenSearch Agent flow. diff --git a/docs/docs/core-components/ingestion.mdx b/docs/docs/core-components/ingestion.mdx index d3ce81b0..a2d0fbdd 100644 --- a/docs/docs/core-components/ingestion.mdx +++ b/docs/docs/core-components/ingestion.mdx @@ -7,9 +7,6 @@ import Icon from "@site/src/components/icon/icon"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import PartialModifyFlows from '@site/docs/_partial-modify-flows.mdx'; -import PartialExternalPreview from '@site/docs/_partial-external-preview.mdx'; - - OpenRAG uses [Docling](https://docling-project.github.io/docling/) for its document ingestion pipeline. 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. diff --git a/docs/docs/core-components/knowledge.mdx b/docs/docs/core-components/knowledge.mdx index d2a74ca4..0959c495 100644 --- a/docs/docs/core-components/knowledge.mdx +++ b/docs/docs/core-components/knowledge.mdx @@ -7,9 +7,6 @@ import Icon from "@site/src/components/icon/icon"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import PartialModifyFlows from '@site/docs/_partial-modify-flows.mdx'; -import PartialExternalPreview from '@site/docs/_partial-external-preview.mdx'; - - OpenRAG uses [OpenSearch](https://docs.opensearch.org/latest/) for its vector-backed knowledge store. This is a specialized database for storing and retrieving embeddings, which helps your Agent efficiently find relevant information. diff --git a/docs/docs/get-started/docker.mdx b/docs/docs/get-started/docker.mdx index f7ec730b..eee2e866 100644 --- a/docs/docs/get-started/docker.mdx +++ b/docs/docs/get-started/docker.mdx @@ -4,9 +4,6 @@ slug: /get-started/docker --- import PartialOnboarding from '@site/docs/_partial-onboarding.mdx'; -import PartialExternalPreview from '@site/docs/_partial-external-preview.mdx'; - - There are two different Docker Compose files. They deploy the same applications and containers, but to different environments. diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index 1759e813..82fe9bf8 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -6,9 +6,6 @@ slug: /install import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import PartialOnboarding from '@site/docs/_partial-onboarding.mdx'; -import PartialExternalPreview from '@site/docs/_partial-external-preview.mdx'; - - [Install the OpenRAG Python wheel](#install-python-wheel), and then run the [OpenRAG Terminal User Interface(TUI)](#setup) to start your OpenRAG deployment with a guided setup process. diff --git a/docs/docs/get-started/quickstart.mdx b/docs/docs/get-started/quickstart.mdx index 838ad006..c2f4b3a5 100644 --- a/docs/docs/get-started/quickstart.mdx +++ b/docs/docs/get-started/quickstart.mdx @@ -6,9 +6,6 @@ slug: /quickstart import Icon from "@site/src/components/icon/icon"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import PartialExternalPreview from '@site/docs/_partial-external-preview.mdx'; - - Get started with OpenRAG by loading your knowledge, swapping out your language model, and then chatting with the OpenRAG API. diff --git a/docs/docs/get-started/tui.mdx b/docs/docs/get-started/tui.mdx index f3cfe51e..0a27a1e8 100644 --- a/docs/docs/get-started/tui.mdx +++ b/docs/docs/get-started/tui.mdx @@ -3,10 +3,6 @@ title: Terminal User Interface (TUI) commands slug: /get-started/tui --- -import PartialExternalPreview from '@site/docs/_partial-external-preview.mdx'; - - - The OpenRAG Terminal User Interface (TUI) allows you to set up, configure, and monitor your OpenRAG deployment directly from the terminal, on any operating system. ![OpenRAG TUI Interface](@site/static/img/OpenRAG_TUI_2025-09-10T13_04_11_757637.svg) diff --git a/docs/docs/get-started/what-is-openrag.mdx b/docs/docs/get-started/what-is-openrag.mdx index 18c01482..7d2340d0 100644 --- a/docs/docs/get-started/what-is-openrag.mdx +++ b/docs/docs/get-started/what-is-openrag.mdx @@ -3,10 +3,6 @@ title: What is OpenRAG? slug: / --- -import PartialExternalPreview from '@site/docs/_partial-external-preview.mdx'; - - - OpenRAG is an open-source package for building agentic RAG systems. It supports integration with a wide range of orchestration tools, vector databases, and LLM providers. diff --git a/docs/docs/support/troubleshoot.mdx b/docs/docs/support/troubleshoot.mdx index 9946db38..93599d04 100644 --- a/docs/docs/support/troubleshoot.mdx +++ b/docs/docs/support/troubleshoot.mdx @@ -5,9 +5,6 @@ slug: /support/troubleshoot import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import PartialExternalPreview from '@site/docs/_partial-external-preview.mdx'; - - This page provides troubleshooting advice for issues you might encounter when using OpenRAG or contributing to OpenRAG.