a-s-g93 / neo4j-runway

End to end solution for migrating CSV data into a Neo4j graph using an LLM for the data discovery and graph data modeling stages.
https://a-s-g93.github.io/neo4j-runway/
Apache License 2.0
103 stars 15 forks source link

fix bug where load csv code generation would only work for api implementation #34

Closed a-s-g93 closed 6 months ago

a-s-g93 commented 6 months ago

add parameters to select batch size and load csv method [api or browser], tested

if a user wants to use the load csv code from the browser, this can be indicated and ":auto" will be appended to the ingestion statements. Otherwise it will assume that the user is loading via an api / driver.