Didier commited on
Commit
7f092ad
·
verified ·
1 Parent(s): c7a2aef

Update colbert_utils.py

Browse files

Setting use_faiss to True.

Files changed (1) hide show
  1. 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=False # cannot get it to work...
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