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.
- Takes user queries via Streamlit's
st.chat_input
and displays both user queries and model responses withst.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
-- Click Here
You can get your own OpenAI API key by following the following instructions:
- Go to https://platform.openai.com/account/api-keys.
- Click on the
+ Create new secret key
button. - Next, enter an identifier name (optional) and click on the
Create secret key
button.
Once the app is loaded, Start the Conversation and wait for a response.