when I run Searching_with_ElasticTransformers.ipynb, this bug showed up:
import logging
logging.getLogger().setLevel(logging.DEBUG)
query='4G智能移动单兵'
print('CONTEXTUAL SEARCH RESULTS...')
df1=et.search(query,'Title',type='dense',embedder=embed_wrapper, size = 1000)
display(select_search_results(df1))

Then, What is the cause of this bug?