You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosting/govern/plane-ai.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ For an overview of what Plane AI can do, see the [Plane AI](https://docs.plane.s
14
14
15
15
You'll need:
16
16
17
-
- A **separate database** for Plane AI. Plane AI requires its own database instance; do not use the same database as your main Plane application.
17
+
- A **separate database** for Plane AI. Plane AI requires its own database instance.
18
18
- An OpenSearch instance running version 2.19 or later (self-hosted or AWS OpenSearch) configured for [advanced search](/self-hosting/govern/advanced-search).
19
19
- At least one LLM provider API key or a custom OpenAI-compatible endpoint.
20
20
- At least one embedding model configured in OpenSearch.
@@ -62,7 +62,7 @@ Embedding models power semantic search. Plane AI supports:
62
62
## Enable Plane AI services
63
63
64
64
:::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).
0 commit comments