-
Notifications
You must be signed in to change notification settings - Fork 963
chore: add paper and reddit community #911
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
Conversation
Please make sure all the checkboxes are checked:
|
|
Warning Rate limit exceeded@hande-k has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 8 minutes and 39 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
WalkthroughThe README.md file was updated to add a Reddit community link in the header and introduce a new section featuring a research paper link and a related image below the benefits image. No changes were made to any code or exported/public entities. Changes
Possibly related PRs
Suggested reviewers
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
assets/cognee-paper.pngis excluded by!**/*.png,!**/*.png
📒 Files selected for processing (1)
README.md(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (10)
- GitHub Check: Basic Tests / Run Basic Graph Tests
- GitHub Check: Basic Tests / Run Simple Examples
- GitHub Check: Basic Tests / Run Unit Tests
- GitHub Check: Basic Tests / Run Integration Tests
- GitHub Check: End-to-End Tests / Server Start Test
- GitHub Check: End-to-End Tests / Deletion Test
- GitHub Check: End-to-End Tests / S3 Bucket Test
- GitHub Check: End-to-End Tests / Deduplication Test
- GitHub Check: End-to-End Tests / Run Telemetry Test
- GitHub Check: End-to-End Tests / Run Telemetry Pipeline Test
🔇 Additional comments (1)
README.md (1)
16-17: Approve addition of Reddit community link.The new “Join r/AIMemory” link follows the existing header pattern and uses the correct separator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
README.md (2)
16-17: Addtarget="_blank"andrel="noopener noreferrer"to the Reddit link
For consistency with other external links and to improve security, update the new community link to open in a new tab:- · - <a href="https://www.reddit.com/r/AIMemory/">Join r/AIMemory</a> + · + <a href="https://www.reddit.com/r/AIMemory/" target="_blank" rel="noopener noreferrer">Join r/AIMemory</a>
52-59: Refine the paper announcement section with a heading and consistent image reference
Instead of raw<br />tags and an inline announcement, consider using a markdown heading and matching the existing raw GitHub URL pattern for images. This improves readability and consistency:- <br /> - Our paper is out! Read <a href="https://arxiv.org/abs/2505.24478" target="_blank" rel="noopener noreferrer">here</a> - <div style="text-align: center"> - <img src="assets/cognee-paper.png" alt="cognee paper" width="70%" /> - </div> + ### Research Paper + + Read our research paper: <a href="https://arxiv.org/abs/2505.24478" target="_blank" rel="noopener noreferrer">Optimizing the Interface Between Knowledge Graphs and LLMs for Complex Reasoning</a> + + <div align="center"> + <img src="https://raw.githubusercontent.com/topoteretes/cognee/refs/heads/main/assets/cognee-paper.png" alt="Cognee research paper cover" width="70%" /> + </div>🧰 Tools
🪛 LanguageTool
[style] ~54-~54: Using many exclamation marks might seem excessive (in this case: 6 exclamation marks for a text that’s 3543 characters long)
Context: ...50%" />
Our paper is out! Read <a href="https://arxiv.org/abs/250...(EN_EXCESSIVE_EXCLAMATION)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
assets/cognee-paper.pngis excluded by!**/*.png,!**/*.png
📒 Files selected for processing (1)
README.md(2 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[style] ~54-~54: Using many exclamation marks might seem excessive (in this case: 6 exclamation marks for a text that’s 3543 characters long)
Context: ...50%" />
Our paper is out! Read <a href="https://arxiv.org/abs/250...
(EN_EXCESSIVE_EXCLAMATION)
⏰ Context from checks skipped due to timeout of 90000ms (12)
- GitHub Check: Basic Tests / Run Basic Graph Tests
- GitHub Check: Basic Tests / Run Integration Tests
- GitHub Check: End-to-End Tests / S3 Bucket Test
- GitHub Check: Basic Tests / Run Simple Examples
- GitHub Check: Basic Tests / Run Unit Tests
- GitHub Check: End-to-End Tests / Deletion Test
- GitHub Check: Basic Tests / Run Linting
- GitHub Check: Basic Tests / Run Formatting Check
- GitHub Check: End-to-End Tests / Run Telemetry Pipeline Test
- GitHub Check: End-to-End Tests / Deduplication Test
- GitHub Check: End-to-End Tests / Run Telemetry Test
- GitHub Check: End-to-End Tests / Server Start Test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Nitpick comments (1)
README.md (1)
143-149: Review HTML structure and heading usage for the paper announcement
- The closing
</div>at line 149 may prematurely terminate the main container, affecting subsequent sections.- Embedding an HTML
<a>inside a markdown heading can break consistency—consider separating the heading and link into pure markdown.- Confirm the heading level matches the document hierarchy (it might belong as a subsection).
🧰 Tools
🪛 LanguageTool
[style] ~143-~143: Using many exclamation marks might seem excessive (in this case: 6 exclamation marks for a text that’s 3540 characters long)
Context: ...ural language. ``` ## Our paper is out! <a href="https://arxiv.org/abs/2505.244...(EN_EXCESSIVE_EXCLAMATION)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(2 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[style] ~143-~143: Using many exclamation marks might seem excessive (in this case: 6 exclamation marks for a text that’s 3540 characters long)
Context: ...ural language. ``` ## Our paper is out! <a href="https://arxiv.org/abs/2505.244...
(EN_EXCESSIVE_EXCLAMATION)
| · | ||
| <a href="https://www.reddit.com/r/AIMemory/">Join r/AIMemory</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Add target="_blank" and rel="noopener noreferrer" to external link
For consistency and security, external community links should open in a new tab and include rel="noopener noreferrer".
🤖 Prompt for AI Agents
In README.md around lines 16 to 17, the external link to the Reddit community
lacks the attributes target="_blank" and rel="noopener noreferrer". Update the
anchor tag to include these attributes so the link opens in a new tab securely
and consistently with other external links.
Description
DCO Affirmation
I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin.