Datawhale AI夏令营 多模态RAG环境问题
环境问题:
1. rapid_table
需要使用 pip install "rapid-table<2"
命令安装,否则可能会得到如下错误:
TypeError: RapidTableInput.init() got an unexpected keyword argument 'model_path'
2. from image_utils.async_image_analysis import AsyncImageAnalysis 报错ModuleNotFoundError: No module named 'image_utils'
在stackoverflow上搜索 image_utils,发现这是tensorflow下的一个文件,重新下载了,还是不行,找到了参考Datawhale AI夏令营 ——让AI读懂财报PDF(多模态RAG) - MGTPEZ - 博客园,重新下载了image_utils文件夹。