advance_rag_with_images
1.0.0
git 克隆应用程序
git clone https://github.com/anuj0456/advance_rag_with_images.git
安装必要的软件包
pip install -r requirements.txt
运行应用程序之前进行设置
$ export FLASK_APP=main
$ export FLASK_ENV=development
$ flask run
通过邮递员提问
http://127.0.0.1:5000/qa
{
" query " : " What percentage of CPI is dedicated to Housing, and how does it compare to the combined percentage of Medical Care, Apparel, and Other Goods and Services? "
}