We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99acac9 + 7bcfff4 commit e5084f1Copy full SHA for e5084f1
docs/self-hosted/github.md
@@ -107,6 +107,11 @@ LINEAR_PAT=[<linear-personal-access-token>]
107
OAUTH2_ENDPOINT=[<endpoint>]
108
OAUTH2_CLIENT_ID=[<client-id>]
109
OAUTH2_CLIENT_SECRET=[<client-secret>]
110
+
111
+# Set to true to use the knowledge base features.
112
+ON_PREM_KNOWLEDGE_BASE=[true]
113
+# The branch which CodeRabbit will store the knowledge base json files in.
114
+ON_PREM_KNOWLEDGE_BASE_BRANCH=[coderabbitai/data]
115
```
116
117
:::note
0 commit comments