Skip to content

Build a chatbot powered by LlamaIndex that augments GPT 3.5 with the contents of the predefined knowledge base.

Notifications You must be signed in to change notification settings

UJAIR-SHAHA/chatbot_streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Virtual Assistant for Mobile Store.

Build a RAG based Chatbot powered by LlamaIndex that augments GPT 3.5 with the contents of the predefined knowledge base. It a Virtual Assistant to be used by customers to Explore the categories, features and prices of the Mobile Phones.

Overview of the App

  • Takes user queries via Streamlit's st.chat_input and displays both user queries and model responses with st.chat_message
  • Uses LlamaIndex to load and index data and create a chat engine that will retrieve context from that data to respond to each user query

Demo App

-- Click Here

Get an OpenAI API key

You can get your own OpenAI API key by following the following instructions:

  1. Go to https://platform.openai.com/account/api-keys.
  2. Click on the + Create new secret key button.
  3. Next, enter an identifier name (optional) and click on the Create secret key button.

Try out the app

Once the app is loaded, Start the Conversation and wait for a response.

About

Build a chatbot powered by LlamaIndex that augments GPT 3.5 with the contents of the predefined knowledge base.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages