Revert CHUNK_SIZE to 256/128 baseline (score 0.5094)

This commit is contained in:
q 2026-04-18 19:57:31 +03:00
parent 3689d4f3ec
commit c0506c49aa

View file

@ -73,8 +73,8 @@ class SparseVector(BaseModel):
values: list[float] values: list[float]
CHUNK_SIZE = 512 CHUNK_SIZE = 256
OVERLAP_SIZE = 192 OVERLAP_SIZE = 128
SPARSE_MODEL_NAME = "Qdrant/bm25" SPARSE_MODEL_NAME = "Qdrant/bm25"
FASTEMBED_CACHE_PATH = "/models/fastembed" FASTEMBED_CACHE_PATH = "/models/fastembed"