Skip to content

Commit 6817990

Browse files
committed
minorchanges
1 parent 9b24fbe commit 6817990

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/integrations/self-hosted-gitlab.md

+2
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,7 @@ the token, please follow the process outlined below:
6464
Use this CodeRabbit IP if your instance requires IP whitelisting
6565
`35.222.179.152/32`
6666

67+
VPN tunneling is available as an add-on package. Please reach out to us at [email protected] if you are interested.
68+
6769
- Furthermore, please refer to our Get Started Guide to make the most of
6870
CodeRabbit [here](../get-started/add-repo.md).

docs/introduction/introduction.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ directly back to the PR or MR.
3535
### Data, Privacy, and Security
3636

3737
**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.
38+
influence the models. Queries to the Large Language Model (LLM) are ephemeral and there is zero data retention on LLMs.
3939
Neither we nor the LLM we use share any data collected during the code review
4040
process with other third parties.
4141

42-
Does CodeRabbit store my Data? We store embeddings of your conversations, which
43-
are used to improve future reviews for your organization.
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
4444

4545
Compliance and Data Privacy: Your data is kept confidential, isolated by the
4646
organization, and used only to improve your organization reviews. Data storage
@@ -49,7 +49,7 @@ complies with SOC2 Type II, GDPR, and HIPAA standards.
4949
Opting Out: You can choose to opt out of data storage at any time. Opting out
5050
won't affect your access but will limit the personalization of the reviews.
5151

52-
### Do you need CodeRabbit with the AI code generators or co-pilot?
52+
### Do you need CodeRabbit with the AI code generators like GitHub Copilot?
5353

5454
Code reviews remain essential, whether the code is written by a human or a bot.
5555
This is mainly because the perspective of the reviewer differs from that of the
@@ -61,8 +61,7 @@ auto-generate meaningful code for moderately complex applications.
6161

6262
### How is CodeRabbit different from existing code review tools?
6363

64-
Existing code review tools are good at linting and static code analysis;
65-
however, they lack context-aware, human-like review feedback.
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.
6665

6766
For information on how to get started with **CodeRabbit**, please visit the
6867
[Get Started page](./get-started/signup).

0 commit comments

Comments
 (0)