advance_rag_with_images
1.0.0
git clone 애플리케이션
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? "
}