We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208b11a commit 6ff9b89Copy full SHA for 6ff9b89
examples/colbert/approximate.py
@@ -35,8 +35,7 @@
35
$$ LANGUAGE SQL
36
""")
37
38
-# ignore warnings from colbert
39
-warnings.filterwarnings('ignore')
+warnings.filterwarnings('ignore') # ignore warnings from colbert
40
41
config = ColBERTConfig(doc_maxlen=220, query_maxlen=32)
42
checkpoint = Checkpoint('colbert-ir/colbertv2.0', colbert_config=config, verbose=0)
examples/colbert/exact.py
@@ -29,8 +29,7 @@
29
30
31
32
33
34
0 commit comments