hop icon indicating copy to clipboard operation
hop copied to clipboard

[Feature Request]: "Neo4J Output" - possibility to load data as Array into Neo4j db

Open gosforth opened this issue 2 years ago • 1 comments

Need to extend data type choice when loading data into Neo4j ["Neo4j Output" hop] Example of Neo4j syntax to load 'embedding' property as array:

CREATE (Product1:Product {id: 10, name:'Some name', description:'Some product description', embedding: [-1.00518711e-01, ...,-2.13430752e-03]})

'Embedding' property will be created as Array [384]. Problem is that currently in 'Neo4J Output' hop there's no way to define this type of data ('Property type' in 'To node' tab). If data is send as text, it will be not searchable.

Issue Priority

Priority: 3

Issue Component

Component: API

gosforth avatar Jan 17 '24 11:01 gosforth

.take-issue

bamaer avatar Dec 10 '25 12:12 bamaer