Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Adding onprem KB settings to docs #144

Closed
wants to merge 3 commits into from
Closed
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
5 changes: 5 additions & 0 deletions docs/self-hosted/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ LINEAR_PAT=[<linear-personal-access-token>]
OAUTH2_ENDPOINT=[<endpoint>]
OAUTH2_CLIENT_ID=[<client-id>]
OAUTH2_CLIENT_SECRET=[<client-secret>]

# Set to true to use the knowledge base features.
ON_PREM_KNOWLEDGE_BASE=[true]
# The branch which CodeRabbit will store the knowledge base json files in.
ON_PREM_KNOWLEDGE_BASE_BRANCH=[coderabbitai/data]
```

:::note
Expand Down