advance_rag_with_images
1.0.0
git clonar la aplicación
git clone https://github.com/anuj0456/advance_rag_with_images.git
Instalar los paquetes necesarios
pip install -r requirements.txt
Configuración antes de ejecutar la aplicación
$ export FLASK_APP=main
$ export FLASK_ENV=development
$ flask run
Hacer pregunta a través del cartero
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? "
}