-
Notifications
You must be signed in to change notification settings - Fork 85
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
docs: Update README.md to include postgres #179
Conversation
Update README.md to include postgres Docs
WalkthroughThe changes in this pull request introduce a new section in the Changes
Possibly related PRs
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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: 0
🧹 Outside diff range and nitpick comments (1)
README.md (1)
32-36
: LGTM with a minor suggestion.The PostgreSQL installation instructions are clear and well-placed. However, consider adding a brief note explaining when users might need the PostgreSQL support (e.g., "Install this version if you plan to use PostgreSQL as your vector store backend").
Apply this diff to enhance clarity:
### With pip with PostgreSQL support - + +Install this version if you plan to use PostgreSQL as your vector store backend: + ```bash pip install cognee[postgres]</blockquote></details> </blockquote></details> <details> <summary>📜 Review details</summary> **Configuration used: CodeRabbit UI** **Review profile: CHILL** <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between 168cb5d1bf1964b5b0c645b2f3d8638d84554fda and 44fe3797570817cb737a931b8041e615fa8ddfd4. </details> <details> <summary>📒 Files selected for processing (1)</summary> * `README.md` (1 hunks) </details> </details> <!-- This is an auto-generated comment by CodeRabbit for review status -->
Update README.md to include postgres
Docs
Summary by CodeRabbit
cognee
package with PostgreSQL support in the README.