elastic_transformers
elastic_transformers copied to clipboard
Making BERT stretchy. Semantic Elasticsearch with Sentence Transformers
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?
Had issues with just pip. Have checked in the Conda requirements