Closed xianzhisheng closed 1 year ago
Sometimes it may appear with other messages:
Trying to create collection.
max_tokens is too small to fit a single line of text. Breaking this line:
#第一编 总则 ...
Failed to split docs with must_break_at_empty_line being True, set to False.
max_tokens is too small to fit a single line of text. Breaking this line:
#第一编 总则 ...
Failed to split docs with must_break_at_empty_line being True, set to False.
Hi @xianzhisheng , they're not erros but warnings. The collections were created but some settings are not the same as those you've setted.
@thinkall Hi, is there a way to stop printing these messages? Thx a lot!
@thinkall Hi, is there a way to stop printing these messages? Thx a lot!
@lizijian-buaa , try adding below code in your python script or notebook:
import logging
logging.getLogger().setLevel(logging.CRITICAL)
I'm trying to run the Example 5 from here
I put the corpus.txt in the ./docs,and i got the error below: