From 7d9dccda22d81f6409c1a26e659f5938ddcfb1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan?= Date: Sun, 18 May 2025 21:28:01 +0200 Subject: [PATCH] Update index.py --- index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.py b/index.py index 885177f..d21e053 100644 --- a/index.py +++ b/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 --------------------------------------------------