neuralworm commited on
Commit
c8199e6
1 Parent(s): de7a3d9

populate db

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. gematria.db +2 -2
app.py CHANGED
@@ -14,7 +14,7 @@ from tqdm import tqdm # Import tqdm for progress bars
14
 
15
  # Constants
16
  DATABASE_FILE = 'gematria.db'
17
- MAX_PHRASE_LENGTH = 10 # Populate database for phrases up to 5 words
18
  BATCH_SIZE = 1000 # Insert phrases into database in batches
19
 
20
  # Set up logging
 
14
 
15
  # Constants
16
  DATABASE_FILE = 'gematria.db'
17
+ MAX_PHRASE_LENGTH = 14 # Populate database for phrases up to 5 words
18
  BATCH_SIZE = 1000 # Insert phrases into database in batches
19
 
20
  # Set up logging
gematria.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:109b2a7107bef0329923a8fdf86a52d522158154efae89eb60c14535a057cc7c
3
- size 239288320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f039bf45985847ac4253fa20a7173b96953cfc92929550888f9a392b31dc8b67
3
+ size 299814912