Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,12 @@ export default withMermaid(
{ text: "OpenSearch for search", link: "/self-hosting/govern/advanced-search" },
{
text: "Plane AI",
link: "/self-hosting/govern/plane-ai",
link: "/self-hosting/govern/plane-ai/configure-plane-ai",
collapsed: true,
items: [{ text: "AWS OpenSearch embedding", link: "/self-hosting/govern/aws-opensearch-embedding" }],
items: [
{ text: "Embedding model", link: "/self-hosting/govern/plane-ai/configure-embedding-model" },
{ text: "AWS OpenSearch embedding", link: "/self-hosting/govern/plane-ai/aws-opensearch-embedding" },
],
},
{ text: "External secrets", link: "/self-hosting/govern/external-secrets" },
{ text: "External reverse proxy", link: "/self-hosting/govern/reverse-proxy" },
Expand Down
66 changes: 33 additions & 33 deletions docs/self-hosting/govern/environment-variables.md

Large diffs are not rendered by default.

317 changes: 0 additions & 317 deletions docs/self-hosting/govern/plane-ai.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@ EMBEDDING_MODEL=cohere/embed-v4.0
OPENSEARCH_EMBEDDING_DIMENSION=1536
```

Restart Plane and complete the remaining steps in [Enable Plane AI](/self-hosting/govern/plane-ai#configure-an-embedding-model).
Restart Plane and complete the remaining steps in [Configure embedding model](/self-hosting/govern/plane-ai/configure-embedding-model).
Loading
Loading