diff --git a/index/main.py b/index/main.py index d6083ea..f310c34 100644 --- a/index/main.py +++ b/index/main.py @@ -73,8 +73,8 @@ class SparseVector(BaseModel): values: list[float] -CHUNK_SIZE = 256 -OVERLAP_SIZE = 128 +CHUNK_SIZE = 512 +OVERLAP_SIZE = 192 SPARSE_MODEL_NAME = "Qdrant/bm25" FASTEMBED_CACHE_PATH = "/models/fastembed"