-
Notifications
You must be signed in to change notification settings - Fork 438
Memgraph integration fixes #991
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 skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate Unit Tests
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.
Hi @matea16,
First of all thanks for trying to fix this and being here! I fixed ruff, ran CI/CD + tested it locally.
I still have the same EntityNotFoundError problem with memgraph. I tested it with Postgres, pgvector, memgraph settings locally and ran the dynamic_steps_example.py. It is worth to set the logging level to info so that you see what is happening. So when I query the database and run search, I still experience this error:
2025-06-19T15:57:34.200488 [error ] EntityNotFoundError: Edge references nonexistent nodes: e384732d-c845-5e40-830d-0d882c301e34 -> 2c02c93c-9cd1-56b8-9cc0-55ff0b290e57 (Status code: 404)
The provided answer is:
"The context does not provide specific information about individuals or entities with experience in design tools"
So probably there is still some problem with the adapter. Let me know if I can help somehow, you can reach me out on discord if that helps.
Description
Created a fix for Memgraph integration where the query silently fails in relationship creation if nodes don't exist.
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.