From d0ce23529aef015922b7c102b116ca7b617fedae Mon Sep 17 00:00:00 2001 From: Nick Busey Date: Mon, 18 Nov 2024 14:45:03 -0700 Subject: [PATCH] Add onprem learning config --- 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