Skip to content

Updated docs for new caching and code indexing features #323

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 2 commits into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ CodeRabbit works with all programming languages, with varying proficiency based

<Tabs>
<TabItem value="storage" label="Code Storage" default>
- No persistent code storage
- Temporary cloning during review only
- Complete data isolation
- Immediate disposal post-review
- Caching of encrypted code and dependency archives for faster reviews
- Code indexing in which we store vector representations of code for efficient code base context
- Both caching and code indexing can be disabled which means we store nothing post-review
</TabItem>
<TabItem value="training" label="Training Data">
- Uses only public datasets
Expand Down
1 change: 0 additions & 1 deletion docs/overview/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ For more information, see [Issue Creation](/guides/issue-creation) and [Issue Ch
CodeRabbit collects only the minimum amount of information needed to provide you with our code review services. Our privacy and security posture centers around protecting your data through ephemerality:

- All queries to large language models (LLMs) exist in-memory only, with zero retention after each query completes.
- We don't store a copy of your code.
- We don't use your code, code reviews, or other collected data to train LLMs.
- CodeRabbit doesn't share any collected customer data with third parties.
- We keep all customer data confidential, and isolated by organization.
Expand Down