Skip to content

Commit 17ccf8c

Browse files
authored
Fix formatting in Plane AI database section
Corrected formatting of the note about database isolation for Plane AI.
1 parent 5864899 commit 17ccf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/self-hosting/govern/plane-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Embedding models power semantic search. Plane AI supports:
6262
## Enable Plane AI services
6363

6464
:::info Separate database required
65-
Plane AI must use its own database— do not share the main Plane application database. A dedicated database keeps AI data (e.g. chat history) isolated and avoids schema conflicts. Set **PLANE_PI_DATABASE_URL** (or the equivalent for your deployment). See the [environment variables reference](/self-hosting/govern/environment-variables#plane-ai).
65+
Plane AI must use its own database — do not share the main Plane application database. A dedicated database keeps AI data (e.g. chat history) isolated and avoids schema conflicts. Set **PLANE_PI_DATABASE_URL** (or the equivalent for your deployment). See the [environment variables reference](/self-hosting/govern/environment-variables#plane-ai).
6666
:::
6767

6868
:::tip

0 commit comments

Comments
 (0)