Skip to content
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 a Document to a neo4j vector store needlessly overwrites all its properties #1932

Open
enricorampazzo opened this issue Dec 14, 2024 · 0 comments

Comments

@enricorampazzo
Copy link

Because of this line, when an existing node is added to the vector store, its existing properties are deleted, and only those added as document metadata are persisted.

This is needlessly destructive. I suggest to change line 125 to SET u = properties(u) so that existing properties are preserved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant