From 46e2dd682364e0a5a8b6fe6c2553bc9ad3781f22 Mon Sep 17 00:00:00 2001 From: Nick Busey Date: Thu, 14 Nov 2024 12:42:19 -0700 Subject: [PATCH] Adding onprem KB settings to docs --- docs/self-hosted/github.md | 5 +++++ 1 file changed, 5 insertions(+) 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