forked from zovos/vk_hackathon
Revert CHUNK_SIZE to 256/128 baseline (score 0.5094)
This commit is contained in:
parent
0fbf69e359
commit
9750868ea8
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue