pgx-samples
pgx-samples copied to clipboard
Applications using Parallel Graph AnalytiX (PGX) from Oracle Labs
Thanks for sharing , have you hit the following error ? any advice would be appreciated. SQL> load bank_accounts bankgraphdataset/bank_accounts.csv new; load bank_accounts bankgraphdataset/bank_accounts.csv new * ERROR at line 1:...
Now I try to deploy PGX in my cluster, but after clicking the new download link, I cannot find pgx-x.y.z-server. There is only a RPM file provided. How should I...
H:\pgx-samples\article-ranking>gradle run -Pargs="data" > Task :run Exception in thread "main" java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.NullPointerException at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) at oracle.pgx.api.PgxFuture.get(PgxFuture.java:99) at oracle.pgx.api.PgxSession.compileProgram(PgxSession.java:2052) at oracle.pgx.algorithms.ArticleRanker.main(ArticleRanker.java:54) Caused by: java.lang.RuntimeException: java.lang.NullPointerException at com.sun.tools.javac.main.Main.compile(Main.java:559) at...
I have a Nvida GPU on windows with jdk version 11.0.6 and cuda==9.0. I have successfully trained embedding on cpu with a dependency addition into build.gradle file: `compile group: 'org.nd4j',name:...
Hello, thank you very much for the file you Shared. I have run your code, but the code for building knowledge graph is always reporting errors under Linux, which cannot...
Hello Mr @rahul-tasker Is there a way to create in memory pgx graph using restful api similar to create pgql graph in database Which is explained in the following link...