You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@metasavvy@KevinHuSh
metasavvy 所以怎么才能解决,我拉取最新代码还是不行。要重新拉镜像吗?我去看你们的历史版本,也没有说修复了#1690的bug呀
so how to solve this problem? i have pulled the newest ragflow codes but it still doesn't works. do you mean that you will fix it in the next version?
Describe your problem
api/apps/api_app.py
def rename_field(ans):
for chunk_i in ans['reference'].get('chunks', []):
chunk_i['doc_name'] = chunk_i['docnm_kwd']
chunk_i.pop('docnm_kwd')
Ans ['reference '] needs to be typed, otherwise an exception will be thrown (' list 'object has no attribute' get ')
The text was updated successfully, but these errors were encountered: