promptodile adds a colon after a given prefix but pyserini assumes the colon is given
if prefix needs to be 'query: '
and the prefix is given as 'query'
promptodile handles this correctly by add a colon and a space
pyserini adds a space but not a colon