build errors

This commit is contained in:
April M 2025-12-15 16:11:56 -08:00
parent ea21f85742
commit c02dbdd5f6
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import Icon from "@site/src/components/icon/icon";
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
## Complete the application onboarding process ## Complete the application onboarding process {#application-onboarding}
The first time you start the OpenRAG application, you must complete the application onboarding process to select language and embedding models that are essential for OpenRAG features like the [**Chat**](/chat). The first time you start the OpenRAG application, you must complete the application onboarding process to select language and embedding models that are essential for OpenRAG features like the [**Chat**](/chat).

View file

@ -3,6 +3,8 @@ title: Manage OpenRAG containers and services
slug: /manage-services slug: /manage-services
--- ---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import PartialDockerComposeUp from '@site/docs/_partial-docker-compose-up.mdx'; import PartialDockerComposeUp from '@site/docs/_partial-docker-compose-up.mdx';
import PartialDockerComposeDownAndPrune from '@site/docs/_partial-docker-compose-down-and-prune.mdx'; import PartialDockerComposeDownAndPrune from '@site/docs/_partial-docker-compose-down-and-prune.mdx';
import PartialFactorResetWarning from '@site/docs/_partial-factory-reset-warning.mdx'; import PartialFactorResetWarning from '@site/docs/_partial-factory-reset-warning.mdx';