问题描述 / Problem Description
执行python init_database.py --recreate-vs
显示warning:
tokenization_chatglm.py[line:164] - WARNING: Setting eos_token is not supported, use the default one.
tokenization_chatglm.py[line:160] - WARNING: Setting pad_token is not supported, use the default one.
tokenization_chatglm.py[line:156] - WARNING: Setting unk_token is not supported, use the default one.
问题描述 / Problem Description 执行python init_database.py --recreate-vs 显示warning: tokenization_chatglm.py[line:164] - WARNING: Setting eos_token is not supported, use the default one. tokenization_chatglm.py[line:160] - WARNING: Setting pad_token is not supported, use the default one. tokenization_chatglm.py[line:156] - WARNING: Setting unk_token is not supported, use the default one.
执行python startup.py -a,在WebUI界面上显示知识库文件没有成功添加到向量库中:
在WebUI界面上新建数据库,并上传文件,仍显示以上warning,并且没有成功将文件添加到向量库中: