Update index.py
This commit is contained in:
parent
3dc85bd99b
commit
7d9dccda22
2
index.py
2
index.py
@ -30,7 +30,7 @@ OVERLAP = 100 # chevauchement pour la cohérence
|
||||
INDEX_FILE = "corpus.idx"
|
||||
META_FILE = "corpus.meta.json"
|
||||
EXTENSIONS = ["*.md", "*.MD", "*.markdown", "*.txt"]
|
||||
BATCH = 128 # plus grand batch : encode plus vite
|
||||
BATCH = 256 # plus grand batch : encode plus vite
|
||||
|
||||
# --- Fonctions utilitaires --------------------------------------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user