EmptFF

Results 3 issues of EmptFF

**Describe the bug** Exception(UnicodeEncodeError): `'ascii' codec can't encode characters in position 49-50: ordinal not in range(128)` **To Reproduce** When I use a folder contain Chinese characters. **Screenshots** ![](https://s3.bmp.ovh/imgs/2022/04/28/dd59381e618d3d7f.png) **Desktop (please...

I am trying to run the same code and I receive the exact same error message as [#989](https://github.com/intel/scikit-learn-intelex/issues/989) ModuleNotFoundError: No module named 'daal4py._oneapi' I am using Intel i9-12900H with Iris...

bug

0.12.0 版本使用本地模型运行正常,使用硅基流动模型,当**关键词没有命中时**会出现KeyError('results')。 我猜测可能是硅基流动模型对response做了处理,未命中时不返回result字段;而本地不论是否命中都有result字段返回。可能这两处差异导致了json解析中出现问题。 _Originally posted by @emptinessboy in https://github.com/infiniflow/ragflow/issues/2231#issuecomment-2429531791_