Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

RAG Model for QA Bot

Model of Retrieval Augmented Generation (RAG) for a QA bot for Super Market Business, leveraging the OpenAI API and a vector database (Pinecone DB).

Usage

Model Setup

  1. Clone the repository for the Flutter app:
git clone https://github.com/deep200315/RAG-Model-for-QA-Bot.git
  1. Navigate to the project directory:

  2. Create a virtual environment (optional but recommended when using personal environment):

python -m venv venv
source venv/bin/activate   # For Unix/Linux
# or
venv\Scripts\activate       # For Windows
  1. Gather API keys from your OpenAI and PineCone Accounts and store them safely in your environment.

  2. Install Dependencies and packages:

refer the pip commands in the code
  1. Run the each cell one by one

Usage

Ask Any question based on the super market business;

It can answer you precisely and simply.

Here is the colab Link for your reference

https://colab.research.google.com/drive/1o1C7yvz2U0mxidtX-X_rpkndroQeu50G?usp=sharing

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages