build errors
This commit is contained in:
parent
ea21f85742
commit
c02dbdd5f6
2 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import Icon from "@site/src/components/icon/icon";
|
|||
import Tabs from '@theme/Tabs';
|
||||
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).
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ title: Manage OpenRAG containers and 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 PartialDockerComposeDownAndPrune from '@site/docs/_partial-docker-compose-down-and-prune.mdx';
|
||||
import PartialFactorResetWarning from '@site/docs/_partial-factory-reset-warning.mdx';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue