Test: RERANK_LIMIT 10→15 only, everything else unchanged
This commit is contained in:
parent
f6d66854b9
commit
f6e53758f7
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ app = FastAPI(title="Search Service", version="0.1.0", lifespan=lifespan)
|
|||
DENSE_PREFETCH_K = 80
|
||||
SPARSE_PREFETCH_K = 200
|
||||
RETRIEVE_K = 150
|
||||
RERANK_LIMIT = 10
|
||||
RERANK_LIMIT = 15
|
||||
|
||||
|
||||
async def embed_dense(client: httpx.AsyncClient, text: str) -> list[float]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue