You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** The subscription is limited to human users; bot users are not supported. Thus, pull requests or merge requests created by bots will not be reviewed.
95
+
**Note:** The subscription is limited to human users; bot users are not
96
+
supported. Thus, pull requests or merge requests created by bots will not be
Copy file name to clipboardExpand all lines: docs/faq/faq.md
+58-34
Original file line number
Diff line number
Diff line change
@@ -4,81 +4,109 @@ sidebar_label: FAQs
4
4
description: Frequently asked questions about CodeRabbit.
5
5
---
6
6
7
-
#### **1. How accurate is CodeRabbit's review?**
7
+
#### How accurate is CodeRabbit's review?
8
8
9
9
Early adoption results for CodeRabbit have been highly promising, demonstrating
10
10
significant accuracy in code reviews. However, it's crucial to understand that
11
11
AI is an evolving field, and absolute 100% accuracy can't be guaranteed. Our
12
-
technology is continuously learning and improving, aiming for the highest
13
-
possible accuracy in reviews.
12
+
technology is continuously improving, aiming for the highest possible accuracy
13
+
in reviews.
14
14
15
-
#### **2. Which programming languages does CodeRabbit support?**
15
+
#### Which programming languages does CodeRabbit support?
16
16
17
17
CodeRabbit is designed to work with all programming languages. However, the
18
-
proficiency of our AI models might vary between languages, which could slightly
19
-
affect the accuracy of the review.
18
+
proficiency of our AI models might vary between languages based on their
19
+
popularity and the public availability of training data.
20
20
21
-
#### **3. Does CodeRabbit store my code ?**
21
+
#### Does CodeRabbit store my code?
22
22
23
-
We do not store any source code. The code collected at the time of the review is disposed of as soon as the review is complete. During the review, there is complete data isolation for the code being reviewed, and no one from CodeRabbit or outside has access to the code.
23
+
We do not store your code. The code collected at the time of the review is
24
+
disposed off as soon as the review is complete. During the review, there is
25
+
complete data isolation of the code being reviewed, and no one from CodeRabbit
26
+
or outside has access to the code.
24
27
25
-
#### **4. Does CodeRabbit use my proprietary code for training language models?**
28
+
#### Does CodeRabbit use my proprietary code for training language models?
26
29
27
-
We train our system only using open source projects. CodeRabbit never uses the proprietary
28
-
code on private repositories for training purposes.
30
+
We train our system only using publicly available datasets. CodeRabbit never
31
+
uses the proprietary code from private repositories for training purposes.
29
32
30
-
#### **5. What Large Language Models does CodeRabbit use?**
33
+
#### Can I switch between different organizations on CodeRabbit?
34
+
35
+
Yes, you can switch between different organizations on CodeRabbit. To do so,
36
+
click on the organization name in the top-right corner of the CodeRabbit UI.
**CodeRabbit** does not use data collected during code reviews to train or
38
-
influence the models. Queries to the Large Language Model (LLM) are ephemeral and there is zero data retention on LLMs.
39
-
Neither we nor the LLM we use share any data collected during the code review
40
-
process with other third parties.
38
+
influence the models. Queries to the Large Language Models (LLMs) are ephemeral
39
+
and there is zero retention on LLMs. Neither we nor the LLMs provider(s) share
40
+
any data collected during the code review process with third parties.
41
41
42
-
Does CodeRabbit store my Data?
43
-
CodeRabbit enhances future reviews for your organization by storing the embeddings of the learnings generated from chat conversations. Additionally, it integrates embeddings from issues in workflow systems (Liner, Jira, GitHub/GitLab issues) to assess the impact of code changes on existing issues
42
+
Data storage: Code downloaded during the review process is stored temporarily
43
+
and is deleted after the review processing is complete. The code is not stored
44
+
or used for any other purpose. However, CodeRabbit enhances future reviews for
45
+
your organization by storing the embeddings of the learnings generated from chat
46
+
conversations. Additionally, it integrates embeddings from issues in workflow
47
+
systems (Liner, Jira, GitHub/GitLab issues) to assess the impact of code changes
48
+
on existing issues
44
49
45
50
Compliance and Data Privacy: Your data is kept confidential, isolated by the
46
51
organization, and used only to improve your organization reviews. Data storage
### How is CodeRabbit different from existing code review tools?
63
68
64
-
Traditional code review tools excel in linting and static analysis, but they fall short in providing context-aware, conversational feedback with actionable suggestions for changes that can be directly committed.
69
+
Traditional code review tools excel in linting and static analysis, but they
70
+
fall short in providing context-aware, conversational feedback with actionable
71
+
suggestions for changes that can be directly committed. On the other hand,
72
+
**CodeRabbit** leverages AI to understand the intent behind the code changes and
73
+
provide human-like feedback for applying the best practices.
65
74
66
75
For information on how to get started with **CodeRabbit**, please visit the
0 commit comments