Skip to content
Open
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
8 changes: 6 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,13 @@ export default withMermaid(
{ text: "OpenSearch for search", link: "/self-hosting/govern/advanced-search" },
{
text: "Plane AI",
link: "/self-hosting/govern/plane-ai",
collapsed: true,
items: [{ text: "AWS OpenSearch embedding", link: "/self-hosting/govern/aws-opensearch-embedding" }],
items: [
{ text: "Get started", link: "/self-hosting/govern/plane-ai/getting-started" },
{ text: "Custom LLM models", link: "/self-hosting/govern/plane-ai/custom-llm" },
{ text: "Semantic search", link: "/self-hosting/govern/plane-ai/semantic-search" },
{ text: "AWS OpenSearch embedding", link: "/self-hosting/govern/aws-opensearch-embedding" },
],
},
{ text: "External secrets", link: "/self-hosting/govern/external-secrets" },
{ text: "External reverse proxy", link: "/self-hosting/govern/reverse-proxy" },
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosting/govern/aws-opensearch-embedding.md
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 [Set up semantic search](/self-hosting/govern/plane-ai/semantic-search).
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.

Loading
Loading