Test: RERANK_LIMIT 10→15 only, everything else unchanged
This commit is contained in:
parent
24505baa1c
commit
91aae61b65
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
|
DENSE_PREFETCH_K = 80
|
||||||
SPARSE_PREFETCH_K = 200
|
SPARSE_PREFETCH_K = 200
|
||||||
RETRIEVE_K = 150
|
RETRIEVE_K = 150
|
||||||
RERANK_LIMIT = 10
|
RERANK_LIMIT = 15
|
||||||
|
|
||||||
|
|
||||||
async def embed_dense(client: httpx.AsyncClient, text: str) -> list[float]:
|
async def embed_dense(client: httpx.AsyncClient, text: str) -> list[float]:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue