An open API service indexing awesome lists of open source software.

https://github.com/anuj0456/advance_rag_with_images

This project leverages SOTA techniques to retrieve relevant information from large datasets and generate coherent, contextually accurate text that includes image data references.
https://github.com/anuj0456/advance_rag_with_images

chatbot embeddings genai gpt llm rag

Last synced: 7 days ago
JSON representation

This project leverages SOTA techniques to retrieve relevant information from large datasets and generate coherent, contextually accurate text that includes image data references.

Awesome Lists containing this project

README

          

# Advanced RAG with Images and Tables

git clone the application
```bash
git clone https://github.com/anuj0456/advance_rag_with_images.git
```

Install the necessary packages
```bash
pip install -r requirements.txt
```

Setup before running the app
```bash
$ export FLASK_APP=main
$ export FLASK_ENV=development
$ flask run
```

Ask question through postman
```bash
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?"
}
```