Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
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
Cleanup
  • Loading branch information
NickBusey committed Nov 19, 2024
commit ba86d7b7e23b5d792216424166c0c3750e49898e
6 changes: 5 additions & 1 deletion docs/integrations/knowledge-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ Upon enabling the Linear integration, CodeRabbit will redirect you to the Linear

[integrations]: https://app.coderabbit.ai/integrations

## Learnings
## Learnings {#learnings}

You can tell the bot to remember things about either specific lines in files, or generally about the entire repository, or even across repositories.

For example you can add a comment in a PR to chat directly with CodeRabbit. `@coderabbitai always remember to enforce camelCase`.

Or you can comment directly on some lines of code in the PR. `@coderabbitai do not complain about lack of error handling here, it is handled higher up the execution stack.`

## On-premises

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.
Expand Down