-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Adding GraphDocuments to Neo4J sometimes fails when they're generated via LLMGraphTransformer #7214
Comments
Hey @gvasilei! I'm here to help you with any bugs, questions, or contributions you have regarding LangChain.js. Let's squash that bug together! I found a similar issue that might be related to the problem you're experiencing. There was an issue with the The error message you're encountering suggests that the To address this, you might want to ensure that the nodes being generated by the |
I don't believe that this is the right way to fix the issue. By the way, when passing |
Hi, @gvasilei. I'm Dosu, and I'm helping the LangChain JS team manage their backlog. I'm marking this issue as stale. Issue Summary:
Next Steps:
Thank you for your understanding and contribution! |
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
I'm trying to generate a Knowledge Graph from text documents via langchain and Neo4j. While most of the times, nodes and relationships are identified and persisted, occasionally calling
addGraphDocuments
fails with an internal neo4j exception.I'm using the default prompt and I'm not providing any
allowedNodes
andallowedRelationships
toLLMGraphTransformer
System Info
The text was updated successfully, but these errors were encountered: