Skip to content

Commit fc22320

Browse files
authored
Update introduction.md and add video (#62)
1 parent 3cc4029 commit fc22320

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/introduction/introduction.md renamed to docs/introduction.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ performing continuous, incremental reviews for each commit within a pull
2323
request. Review feedback is sent back to the pull requests and can be directly
2424
committed.
2525

26+
<iframe width="560" height="315" src="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
27+
2628
### How does CodeRabbit work?
2729

2830
**CodeRabbit** integrates into code repositories using GitHub or GitLab webhooks
@@ -31,7 +33,7 @@ A comprehensive review is performed when a PR or MR is created, and for
3133
incremental commits and comments addressed to the bot. The feedback is then sent
3234
directly back to the PR or MR.
3335

34-
![CodeRabbit Flow](../about/images/CodeRabbitFlow.png)
36+
![CodeRabbit Flow](about/images/CodeRabbitFlow.png)
3537

3638
### Data, Privacy, and Security
3739

@@ -40,11 +42,11 @@ influence the models. Queries to the Large Language Models (LLMs) are ephemeral
4042
and there is zero retention on LLMs. Neither we nor the LLMs provider(s) share
4143
any data collected during the code review process with third parties.
4244

43-
Data storage: Code downloaded during the review process is temporarily stored in
44-
memory and deleted once the review is completed. The code is not stored or used for
45-
any other purpose. However, CodeRabbit enhances future reviews for your organization by
46-
storing the embeddings of the learnings generated from chat conversations. Additionally,
47-
it integrates embeddings from issues in workflow systems (Liner, Jira, GitHub/GitLab issues)
45+
Data storage: Code downloaded during the review process is temporarily stored in
46+
memory and deleted once the review is completed. The code is not stored or used for
47+
any other purpose. However, CodeRabbit enhances future reviews for your organization by
48+
storing the embeddings of the learnings generated from chat conversations. Additionally,
49+
it integrates embeddings from issues in workflow systems (Liner, Jira, GitHub/GitLab issues)
4850
to assess the impact of code changes on existing issues.
4951

5052
Compliance and Data Privacy: Your data is kept confidential, isolated by the

0 commit comments

Comments
 (0)