hop
hop copied to clipboard
[Feature Request]: "Neo4J Output" - possibility to load data as Array into Neo4j db
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
.take-issue