I want to use Apoc 5.9.0 extended version
I am using Neo4j desktop (5.10 kernel version) and using dbms 5.9.0
I went to the folder ‘plugins’ and put th file 5.9.0 extended version jar
Also I changed the conf files
dbms.security.procedures.unrestricted=jwt.security., apoc., gds.*
dbm~~~.allowlist=apoc.*, gds. *
But if I use
dbms.procedures in cypher queries,
I have no procedures
And I wanted to use apoc.ml~~ for using Openai but, I only could use the default? things of apoc.
How could I solve this problem??
++ Update
I made apoc.conf in my conf folders but it doesn't work. (same as before.)
-
I put extended file in here
-
I made apoc.conf