Giter VIP home page Giter VIP logo

malleswarigelli / qa_information_retrival_application Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 242 KB

Build Generative AI, custom Question/Answer or Information Retrival Application using LlamaIndex, Google Gemini

License: MIT License

Jupyter Notebook 91.73% Python 8.27%
gemini-api gemini-pro genai information-retrieval llama-index python question-answering streamlit-webapp vector-embeddings

qa_information_retrival_application's Introduction

QA_Information_Retrival_Application

Goal:

  • Build custom Question, Answering (Information Retrieval) application system to query against given documents using Llama-Index, Google GeminiAPI

Application:

  • LLMs provide answers to your questions searching across wide range of resources. But, this custom QA_Information_Retrival_Application facilitate accessing information from given documents (useful to search confidential/proprietary documents).

Access Streamlit application

In terminal -->

  • create and activate virtual env
  • pip install -r requirements.txt
  • streamlit run StreamlitApp.py
  • http://localhost:8501/

1. Application interface

Streamlit QA sys application interface

2. Application facilitates loading any number of files from your local directory

Load multiple files

3. After uploading files, ask question and retrive information as below...........

QA

4. Ask another question

QA2

5. What happens if you query for information not exist in your input documents.......

no_ans

How to run?

conda create -n qasys python=3.9 -y
conda activate qasys
pip install -r requirements.txt
streamlit run StreamlitApp.py

Set Environment variables

GOOGLE_API_KEY = get from .env

Streamlit application

http://localhost:8501/

qa_information_retrival_application's People

Contributors

malleswarigelli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.