Spaces:
Running
Running
Update colbert_utils.py
Browse filesSetting use_faiss to True.
- colbert_utils.py +1 -1
colbert_utils.py
CHANGED
@@ -39,6 +39,6 @@ def build_colbert_model(
|
|
39 |
index_name=index_name,
|
40 |
max_document_length=180,
|
41 |
split_documents=True,
|
42 |
-
use_faiss=
|
43 |
)
|
44 |
return model
|
|
|
39 |
index_name=index_name,
|
40 |
max_document_length=180,
|
41 |
split_documents=True,
|
42 |
+
use_faiss=True # set to True if faiss working properly in current env
|
43 |
)
|
44 |
return model
|