diff --git a/search/main.py b/search/main.py index 763658d..c5f2624 100644 --- a/search/main.py +++ b/search/main.py @@ -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]: