Skip to content

Adding a Document to a neo4j vector store needlessly overwrites all its properties #1932

@enricorampazzo

Description

@enricorampazzo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions