Revert CHUNK_SIZE to 256/128 baseline (score 0.5094)
This commit is contained in:
parent
3689d4f3ec
commit
c0506c49aa
1 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,8 @@ class SparseVector(BaseModel):
|
|||
values: list[float]
|
||||
|
||||
|
||||
CHUNK_SIZE = 512
|
||||
OVERLAP_SIZE = 192
|
||||
CHUNK_SIZE = 256
|
||||
OVERLAP_SIZE = 128
|
||||
SPARSE_MODEL_NAME = "Qdrant/bm25"
|
||||
FASTEMBED_CACHE_PATH = "/models/fastembed"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue