Skip to content

Commit

Permalink
Use monospace not rocks for the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed May 7, 2024
1 parent a4ea3c1 commit b45c2a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions opencog/lang-pairs/demo-dict-pair/storage.dict
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
#define dictionary-version-number 5.12.4;

% Use a copy of the database; we assume the CogServer is running and
% is using the "main" version.
#define storage-node "(RocksStorageNode "rocks:///home/opencog/data/word-pairs-copy.rdb")";
% is using the "main" version. Use MonoStorage instead of RocksSotrage,
% its simpler, maybe faster. If this throws "Unsupported DB version '2'"
% then comment this out, and use Rocks below.
#define storage-node "(MonoStorage "monospace:///home/opencog/data/word-pairs-copy.rdb")";
% #define storage-node "(RocksStorage "rocks:///home/opencog/data/word-pairs-copy.rdb")";

% -----------------------
% Disable use of sections (disjuncts).
Expand Down

0 comments on commit b45c2a9

Please sign in to comment.