We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f3201 commit d2f47c6Copy full SHA for d2f47c6
README.md
@@ -21,15 +21,10 @@ add DistributedFactorGraphs
21
```
22
23
# Usage
24
-DistributedFactorGraphs (DFG) currently supports two implementations:
25
-* An in-memory factor graphs based on Graphs.jl and LightGraphs.jl
26
-* A Neo4j-based factor graph based on Neo4j.jl
27
28
-The in-memory implementation is the default. The Neo4j driver can be enabled by importing Neo4j before DFG:
+The in-memory implementation is the default, using LightGraphs.jl.
29
30
```julia
31
-# To enable the Neo4j driver, import Neo4j.jl first
32
-using Neo4j
33
using DistributedFactorGraphs
34
35
0 commit comments