diff --git a/docs/self-hosted/github.md b/docs/self-hosted/github.md index 5e663fe7..cf19049e 100644 --- a/docs/self-hosted/github.md +++ b/docs/self-hosted/github.md @@ -107,6 +107,11 @@ LINEAR_PAT=[] OAUTH2_ENDPOINT=[] OAUTH2_CLIENT_ID=[] OAUTH2_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