-
Notifications
You must be signed in to change notification settings - Fork 1k
refactor: Fix mcp migrations #1897
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
base: dev
Are you sure you want to change the base?
Conversation
Please make sure all the checkboxes are checked:
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
cognee-mcp/uv.lock
Outdated
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.
UV lock can be either removed or regenerated when new Cognee version is released
| # TODO: Remove gemini from optional dependecnies for new Cognee version after 0.3.4 | ||
| "cognee[postgres,docs,neo4j]==0.3.7", | ||
| #"cognee[postgres,codegraph,huggingface,docs,neo4j] @ file:/Users/igorilic/Desktop/cognee", | ||
| "cognee[postgres,docs,neo4j]==0.5.0", |
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.
Cognee v0.5.0 doesn't exist, but we need to set this to a version that has the changes from this PR when they become available
| @@ -0,0 +1 @@ | |||
| Generic single-database configuration with an async dbapi. | |||
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.
Moving everything to cognee directory means that we can't call alembic upgrade head from cognee repo root like we used to do. We need to update docs if it is mentioned somewhere.
|
Note: The location change of alembic migrations requires a Docker update as well along with workflow and docs updates |
Description
Type of Change
Screenshots/Videos (if applicable)
Pre-submission Checklist
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.