A chatbot powered by LangCHain that augments GPT 3.5 with the contents of your own documents.
- Allow uploading of multiple documents
- Allow reading of word documents (docx) (Updated 9 Dec 2023)
- Jemmet version 2 (WIP)! (chatbot with chat history). Visit Jememt v2 here: https://llm-for-good-jemmet-v2.streamlit.app/
- Takes user queries via Streamlit's
st.chat_input
and displays both user queries and model responses withst.chat_message
- Uses RAG LangChain to load and index data and create a chat engine that will retrieve context from that data to respond to each user query
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, enter your question about your document, enter your OpenAI API key and wait for a response.