David Hughes

Results 15 comments of David Hughes

I can add that Neo4j 4.4.10 with APOC 4.4.0.8 results in apoc.load.json not working. n10s is installed in /plugins/ Are there any updates on this issue?

I tried this and so far it seems to work: ``` CREATE UNIQUE INDEX article_aid_idx ON news."Article"(ag_catalog.agtype_access_operator(properties, '"aid"'::ag_catalog.agtype)); ``` Is there a better way?

@jimenasansav @markgomer The solution, with the addition of setting the search path, is working well so far. My name is [David]([linkedin.com/in/dahugh](https://www.linkedin.com/in/dahugh)), I lead the graph practice for a large consultancy,...

Thank you 🙏 On Mon, Jun 10, 2024 at 20:45 andyfeng ***@***.***> wrote: > This feature is added in #3601 > and should be available in the nightly build tmr....

@andyfengHKU I just tried this: `conn.execute("CREATE NODE TABLE IF NOT EXISTS Person(name STRING, age INT64, PRIMARY KEY (name))")` Any idea why I get this error back: ERROR - An error...

Hi Prashanth, I have v0.4.2:latest running. Regards, David On Sat, Jul 6, 2024 at 11:24 AM Prashanth Rao ***@***.***> wrote: > Hi @stugorf did you get this error after >...

Sure! What tag should I pull? On Sat, Jul 6, 2024 at 4:00 PM Prashanth Rao ***@***.***> wrote: > Ah, I don't believe this is supported in 0.4.2 yet. We...

Hi Prashanth, I am using Poetry so `poetry add kuzu --allow-prereleases` worked and installed `kuzu = {version = "^0.4.3.dev47", allow-prereleases = true}`. My code now correctly executes `conn.execute("CREATE NODE TABLE...