Skip to content

Flesh out knowledgebase docs a bit #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update docs/integrations/knowledge-base.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
NickBusey and coderabbitai[bot] authored Nov 19, 2024
commit 37b5354706b342f1ca0c8178ebb5b5f055967c30
4 changes: 2 additions & 2 deletions docs/integrations/knowledge-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ You can tell the bot to remember things about either specific lines in files, or

## On-premises

For self-hosted / on-premises deployments, you can enabled the knowledge base features by setting `ON_PREM_KNOWLEDGE_BASE` to true in the environment variables for your self-hosted docker image.
For self-hosted / on-premises deployments, you can enable the knowledge base features by setting `ON_PREM_KNOWLEDGE_BASE=true` in the environment variables for your self-hosted docker image.

By default CodeRabbit will store it's data in the `coderabbitai/data` branch unless you set `ON_PREM_KNOWLEDGE_BASE_BRANCH` with a different value.
By default, CodeRabbit will store its data in the `coderabbitai/data` branch unless you set `ON_PREM_KNOWLEDGE_BASE_BRANCH=<branch_name>` with a different value.