Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ async def lifespan(app: FastAPI):
|
|
| 55 |
encode_kwargs={
|
| 56 |
"batch_size": 64,
|
| 57 |
"normalize_embeddings": True
|
| 58 |
-
}
|
| 59 |
show_progress_bar= False
|
| 60 |
)
|
| 61 |
### to make it faster we are now using our built reranker thats why commenting the code below
|
|
|
|
| 55 |
encode_kwargs={
|
| 56 |
"batch_size": 64,
|
| 57 |
"normalize_embeddings": True
|
| 58 |
+
},
|
| 59 |
show_progress_bar= False
|
| 60 |
)
|
| 61 |
### to make it faster we are now using our built reranker thats why commenting the code below
|