Skip to content

derak-isaack/EABL-RAG-Application

Repository files navigation

EABL RAG(Retrival Augmented Graph) APPLICATION

Python streamlit OpenAI

Project Overview

RAG (Retrieval-Augmented Generation) applications enable querying of unstructured data, including PDF files, by converting them into word embeddings and then into vectors. This allows for efficient similarity searches when a user inputs a specific query. The use of API Keys is essential, regardless of the model being used.

Objective

Build and deploy a RAG application to allow user interaction with the 2023 EABL financial report. The user has to use their own API KEYS which can be found here

Deployment

The Streamlit application has a simple UI and only requires an OPEN AI KEY as the input. The data can be found in the repo for further understanding before running the queries.

Below is the deploymnet screenshot Deployment

To run the model locally, run the command pip install requirements.txt to install the required dependencies.

About

Retrieval Application for EABL 2023 financial report

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages