-
Notifications
You must be signed in to change notification settings - Fork 4k
Add Memgraph integration #2537
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
Add Memgraph integration #2537
Conversation
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.
Can you please add memgraph package in MAKEFILE
so that CI tests can pass?
"username": "memgraph", | ||
"password": "xxx" | ||
}, | ||
"llm" : { |
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.
can you remove this llm
as it's mentioned above again?
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.
I updated it to the config that works for me in the notebook. Let me know if that's okay
@Dev-Khant can you elaborate where exactly? Which MAKEFILE and what's needed? |
Hey @katarinasupe You will have to add |
Hey @katarinasupe can you check why the tests are failing? |
I think it was related to poetry lock. I pushed the changes now. Let me know if that works @Dev-Khant |
@katarinasupe Thanks for the contribution!! |
Description
langchain-memgraph
and added it to[tool.poetry.extras] graph
. I didn't add changes to poetry.lock here - not sure if you prefer that or not.Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Please delete options that are not relevant.
Checklist:
Maintainer Checklist